what are abstract classes and how they impliment , with
example
Answer Posted / rdl
A class with atleast one pure virtual function is called
abstract class.It cant be instatiated.It can be used as a
base class for other classes. The class derived from an
abstract base class can be instantiated,provided it should
implement the abstract base class pure virtual function.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is class and example?
Give two or more real cenario of virtual function and vertual object
What is polymorphism and types?
What is a class and object?
Can a destructor be called directly?
Can private class be inherited?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is encapsulation in oops?
Why do we use class?
What is encapsulation and abstraction? How are they implemented in C++?
Can an interface inherit a class?
What are the benefits of polymorphism?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is pointer in oop?