How do we implement a CPP style class in C
How can we add more OOP features to said class
Display inhertiance
- Let a Rectangle class inherit from it's parent, the Shape class
Display Polymorphism
How do we implement a CPP style class in C
How can we add more OOP features to said class
Display inhertiance
Display Polymorphism