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 abstrac class?where is it use?

Answers were Sorted based on User's Feedback



What is abstrac class?where is it use?..

Answer / gp

Class which cannot be initiated is an abstract class.
You can make a class abstract by declaring a pure virtual method inside the class. For example:

class base
{
void func()=0;
};

void main()
{
base b;
}

Now you cannot instantiate base class.
The class which inherits this base class will also become abstract unless you define a body of the func() method in inherited class.

Is This Answer Correct ?    0 Yes 0 No

What is abstrac class?where is it use?..

Answer / vijaya lakshmi

abstrac class always said to algorithm. Bacause you
ara writing program before explain a program in algorithm

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More OOPS Interview Questions

write a program to find 2 power of a 5digit number with out using big int and exponent ?

0 Answers  


can we make a class static without using static keyword?

5 Answers   Aspire,


What is difference between pop and oop?

0 Answers  


difference between structure and union.

2 Answers   ADP, Convergys,


What is object in oops?

0 Answers  


what is difference between objects and function

3 Answers  


How can you overcome the diamond problem in inheritance?

0 Answers   NIIT,


The type of variable a pointer points to must be the part of pointer's definition so that:

1 Answers   Infosys,


Is abstract thinking intelligence?

0 Answers  


What is the use of fflush(stdin) in c++?

4 Answers   HCL,


what is the realstic modeling?

1 Answers  


What is the use of oops?

0 Answers  


Categories