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 / 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


Please Help Members By Posting Answers For Below Questions

What is #include iostream?

1297


Mention the ways in which parameterized can be invoked. Give an example of each.

1112


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

1018


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

2354


What is the difference between a mixin and inheritance?

1038


What is meant by a delegate?

1142


What do you understand by a pure virtual member function?

1066


What is class and object in oops?

1213


what is oops and list its features in c++?

1111


How do I convert a stl file?

1185


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4802


Explain the difference between struct and class in terms of access modifier.

1223


Is c++ the best programming language?

1076


What are libraries in c++?

1131


What is the error in the code below and how should it be corrected?

821