Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is an abstract class?

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


Please Help Members By Posting Answers For Below Questions

What is purpose of new operator?

1071


What is static variable and difference between(const char *p,char const *p,const char* const p).

1103


Can I create my own functions in c++?

1091


What is polymorphism used for?

1067


What is difference between class and structure in c++?

1208


Explain how we implement exception handling in c++?

1056


Write a program using display() function which takes two arguments.

1079


What is name hiding in c++?

1158


Evaluate !(1&&1||1&&0) a) Error b) False c) True

1209


What c++ library is string in?

1057


What is null and void pointer?

1062


What is switch case in c++ syntax?

1115


Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

1052


What is friend class in c++ with example?

1036


What is the use of setprecision in c++?

1014