J
jacob navia
Suppose I have some class "derived" that inherits from "mainClass".
If I call just one method from "derived", do my executable include:
(1) Only that method from derived since I do not instantiate any
mainClass objects
(2) All methods of the derived class + constructor/destructor of mainClass
(3) All methods of both classes and all methods of (possible) superclasses.
Thanks
jacob
If I call just one method from "derived", do my executable include:
(1) Only that method from derived since I do not instantiate any
mainClass objects
(2) All methods of the derived class + constructor/destructor of mainClass
(3) All methods of both classes and all methods of (possible) superclasses.
Thanks
jacob