N
Naren
Hello Grp,
I have a base class with virtual functions (not pure)
so I can create base class objects.I also have a derived class which extends
some of the base class functionalities
Now I want to have an inteface to the derived class.
How should this interface be is my question since if it is an abstract class
having just the functionalities of derived class declared as pure virtual
functions,how can i access the base class functionalities?
Any suggestions are welcome
Thannx in advance.
Rgds,
Naren.
I have a base class with virtual functions (not pure)
so I can create base class objects.I also have a derived class which extends
some of the base class functionalities
Now I want to have an inteface to the derived class.
How should this interface be is my question since if it is an abstract class
having just the functionalities of derived class declared as pure virtual
functions,how can i access the base class functionalities?
Any suggestions are welcome
Thannx in advance.
Rgds,
Naren.