What\'s the difference between a derived object and a base object in c++,
especially, when there is a virtual function in the class.
Does the derived object
a public colon. ( I told you C++ was nasty )
public
class base { } class derived : public base { }