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 purpose of new operator?
What is static variable and difference between(const char *p,char const *p,const char* const p).
Can I create my own functions in c++?
What is polymorphism used for?
What is difference between class and structure in c++?
Explain how we implement exception handling in c++?
Write a program using display() function which takes two arguments.
What is name hiding in c++?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What c++ library is string in?
What is null and void pointer?
What is switch case in c++ syntax?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What is friend class in c++ with example?
What is the use of setprecision in c++?