As you may or may not already know, Julia does not have traditional object oriented programming (OOP) features like classes. It does however have Structs which allow us to do similar things that are normally reserved for languages with OOP. Let's take a look at how Julia approaches OOP and what the use case for Structs are.
0 comments