why we are declare the function in the abstract class even
though we are declaring it in Derived class?
Answer / vishal
Abstract class is nothing but placeholder for other classes
ie subclass.It defines common shared behavior in abstract
classes and if we need to override we need to define in its
subclass else we can use shared behavior in base class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can we create object of abstract class?
What is sub classing in c++?
The expansion of GNU
What is destructor give example?
what is different between oops and c++
How to use CMutex, CSemaphore in VC++ MFC
what is oops
what is the difference between containership and inheritence?
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
What is meant by oops concept?
What do you mean by pure virtual functions?
What is class encapsulation?