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


Please Help Members By Posting Answers For Below Questions

What is abstraction in oops with example?

1027


what is the sylabus for priliminaries?

1939


Which type does string inherit from?

860


Why is polymorphism used?

801


What is the main purpose of inheritance law?

965


How oops is better than procedural?

853


What is difference between polymorphism and inheritance?

841


What is super in oop?

878


How do you explain polymorphism?

825


How Do you Code Composition and Aggregation in C++ ?

24780


Who invented oop?

865


Please send ford technologies placement paper 2 my mail id

1868


write knight tour problem which is present in datastructure

2403


What is data binding in oops?

850


What are the three main types of variables?

850