Guest_imported
New member
- Jan 1, 1970
- 0
Does anyone know why I need to declare a pure virtual function twice?
What I mean is I already declared the pure virtual function on the base class in the *.h file. Now why do i need to declare it again in the derived class? It seems to be redundant since the declaration are suppose to inherit from the base class, isn't it?
Manure
What I mean is I already declared the pure virtual function on the base class in the *.h file. Now why do i need to declare it again in the derived class? It seems to be redundant since the declaration are suppose to inherit from the base class, isn't it?
Manure