How do you make derived class as an abstract class?



How do you make derived class as an abstract class?..

Answer / 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

More OOPS Interview Questions

what is multithreading in c++ , what is difference between multithreading and singlethreading.

4 Answers  


What is meant by oops concept?

0 Answers  


what is the difference between a package and a software?

3 Answers  


what is the advantage in software? what is the difference between the software developer and Engineer

1 Answers  


What do you mean by binding of data and functions?

3 Answers  






what are abstract classes and how they impliment , with example

2 Answers  


explain the concepts of oops?

1 Answers  


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

2 Answers  


why the memory allocated with new cant be freed using free()

2 Answers  


What is a scope operator and tell me its functionality?

3 Answers   emc2,


me get an assignent n its question is this 1.creat a set as in math i.ea={1,2} 2.insert element in it3. delete element don,t repeat any element 4.union 5. intersection of two sets plz help me i always pray for u n send me at ayeshawzd@hotmail.com f u have c++ how to program 5th addition then it is the 10.9 question in 10th chapter exercise

1 Answers  


What are the 4 pillars of oop?

0 Answers  


Categories