Answer Posted / naveen kumar
Abstract classes are classes that contain one or more abstract methods. Abstract method is a method that is declared, but contains no implementation. Abstract classes may not be instantiated, and require subclasses to provide implementations for the abstract methods.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is exception handling? Does c++ support exception handling?
Explain the isa and hasa class relationships.
What are the manipulators in c++?
What is polymorphism explain its types?
List down the guideline that should be followed while using friend function.
How is computer programming useful in real life?
What is an inclusion guard?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
How do you initialize a string in c++?
how to making game in c++ ?
Explain virtual inheritance?
What is the advantage of c++ over c?
What is the purpose of polymorphism?
What is the difference between inheritance and polymorphism?
What is pair in c++?