#3 – Interfaces | A real-world example
A real world example about the use of interfaces. The example includes design, UML diagrams, and implementation in LabVIEW and C#.
A real world example about the use of interfaces. The example includes design, UML diagrams, and implementation in LabVIEW and C#.
An interface is an entity that describes a set of method signatures, whose implementations can be provided by multiple classes.
SOLID principles are 5 guidelines to follow when designing OOP software. They are best practices that enable us to create more manageable and flexible software.
Finally, here we are! After months of stacked thoughts and several (mental) parliamentary questions, here is post 0 inaugurating this blog. The first of a (I hope!) long series to mainly delve into the subject of object-oriented programming declined to the LabVIEW* world. Well, now let’s get started. Unlike other natively object-oriented languages such as …