OK, I can make a new class. I then make a default constructor explicitly because I want it to do "stuff" like have a shared field called ClassCount that it increments each time the class is ...
From our study of C++, it should be clear that, unlike class encapsulation and single inheritance, which were essentially free in C, polymorphism in C involves some complexity and overhead. In the ...