Tag: constructor

Non default constructor

When working with Julia, you may come across situations where you need to define a non-default constructor for your objects. A non-default constructor allows you to initialize the object with specific values

Read More »