why we are declare the function in the abstract class even
though we are declaring it in Derived class?
Answer Posted / 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 |
Post New Answer View All Answers
Get me a number puzzle game-program
What is abstraction encapsulation?
Advantage and disadvantage of routing in telecom sector
Why it is called runtime polymorphism?
Templates mean
What is the fundamental idea of oop?
What is class encapsulation?
Which language is not a true object oriented programming language?
What is the difference between procedural programming and oops?
What is encapsulation example?
What is abstraction in oop?
what is difference between class template and template class?
What is difference between polymorphism and inheritance?
What is the difference between a constructor and a destructor?
What is oops in simple words?