Answer Posted / padmas
Abstract class is the class designed for inheritance, for which no object will be created in the programming, but objects created for those classes that are inherit functions, methods from objects of classes those inherited. For example class A is a abstract class ,class B inherits A, objects of class B can be created but not A. These objects use the methods of A also B.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is #include iostream?
Mention the ways in which parameterized can be invoked. Give an example of each.
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is the difference between a mixin and inheritance?
What is meant by a delegate?
What do you understand by a pure virtual member function?
What is class and object in oops?
what is oops and list its features in c++?
How do I convert a stl file?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Explain the difference between struct and class in terms of access modifier.
Is c++ the best programming language?
What are libraries in c++?
What is the error in the code below and how should it be corrected?