All the member functions in an Interface are pure virtual functions. But in the Abstract clas not like this, at least one pure virtual function must be there in a class to be called it as abstract base class.
D
deardear
@deardear
All the member functions in an Interface are pure virtual functions. But in the Abstract clas not like this, at least one pure virtual function must be there in a class to be called it as abstract base class.