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

Why is there no multiple inheritance?

771


What is the oops and benefits of oops programming?

747


What is basic concept of oop?

898


What is polymorphism in oop example?

736


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

2988


Can we create object of interface?

843


How do you answer polymorphism?

796


Why do we use encapsulation in oops?

755


c++ program to swap the objects of two different classes

2129


What is object in oops?

825


What is abstraction in oop?

857


Which is not an object oriented programming language?

738


What is polymorphism explain?

980


What is the real time example of encapsulation?

797


Why it is called runtime polymorphism?

792