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 single inheritance?

Answer Posted / jasbir singh

when a single class is being inherited by a class, it is
called single or simple inheritance.

example:

class a
{
public:
int x,y;
};
class b: public a //// example of simple inhieritence
{
public:
int z;
}

Is This Answer Correct ?    91 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

when to use 'mutable' keyword and when to use 'const cast' in c++

2218


What is class encapsulation?

1145


what's the basic's in dot net

2235


What is a function in oop?

1138


what is graphics

2516


write string class as your own class in java without using any built-in function

2555


Explain the advantages of inheritance.

1196


what are the ways in which a constructors can be called?

2203


Why do we need polymorphism in c#?

1223


2. Give the different notations for the class.\

2224


What are the benefits of interface?

1118


What is advantage of inheritance?

1227


Write a program to sort the number with different sorts in one program ??

2431


can inline function declare in private part of class?

4500


Why do we use inheritance?

1193