How do you make derived class as an abstract class?
Answer Posted / karthick s
We can make the derived class as an abstract,by inheriting
the class(base) which containing one pure virtual function.
After inheriting, we can't override it in derived class.
Then the derived class becomes abstract...
Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What is abstraction in oops with example?
what is the sylabus for priliminaries?
Which type does string inherit from?
Why is polymorphism used?
What is the main purpose of inheritance law?
How oops is better than procedural?
What is difference between polymorphism and inheritance?
What is super in oop?
How do you explain polymorphism?
How Do you Code Composition and Aggregation in C++ ?
Who invented oop?
Please send ford technologies placement paper 2 my mail id
write knight tour problem which is present in datastructure
What is data binding in oops?
What are the three main types of variables?