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
Can we create object of abstract class?
What is meant by oops concept?
Is abstract thinking intelligence?
What is this pointer in oop?
What is polymorphism used for?
What is class and object in oops?
How oops is better than procedural?
what is different between oops and c++
What is destructor example?
What is the significance of classes in oop?
What is oops?what is its use in software engineering?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is object and class in oops?
How to call a non virtual function in the derived class by using base class pointer
What is oops in simple words?