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 the difference between public, private, protected
inheritance?

Answer Posted / munish saini

** Public variables, are variables that are visible to all
classes.

** Private variables, are variables that are visible only
to the class to which they belong.

** Protected variables, are variables that are visible only
to the class to which they belong, and any subclasses.

Is This Answer Correct ?    41 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does std mean in c++?

1195


Can comments be nested?

1082


How do we implement inheritance in c++?

1176


Why #include is used?

1118


Why cout is used in c++?

1077


Explain how the virtual base class is different from the conventional base classes of the opps.

1210


What are stacks? Give an example where they are useful.

1122


When do you call copy constructors?

1197


Can the creation of operator** is allowed to perform the to-the-power-of operations?

1054


What are static type checking?

1098


What is the first name of c++?

1105


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

1052


What is a linked list in c++?

1106


What is singleton pattern in c++?

1047


Write about c++ storage classes?

1249