No, C is not an object oriented language. Sure, it has structs, but not the all-important subtype polymorphism ( https://en.wikipedia.org/wiki/Subtype_polymorphism ). The Objective-C runtime adds this. And loads of…
No, C is not an object oriented language. Sure, it has structs, but not the all-important subtype polymorphism ( https://en.wikipedia.org/wiki/Subtype_polymorphism ). The Objective-C runtime adds this. And loads of…