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

Modifier | Class | Package | Subclass | World

public | Y | Y | Y | Y

protected | Y | Y | Y | N

no modifier | Y | Y | N | N

private | Y | N | N | N

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain register storage specifier.

1052


What is const pointer and const reference?

1231


Show the application of a dynamic array with the help of an example.

1194


What is polymorphism & list its types in c++?

1120


Why c++ is so important?

1139


Is map ordered c++?

1147


What is the use of "new" operator?

1180


What are namespaces in c++?

1139


What is endl?

1205


What is the difference between ++ count and count ++?

1198


Are there interfaces in c++?

1067


which operator is used for performing an exponential operation a) > b) ^ c) none

1112


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

1113


Differentiate between late binding and early binding.

1340


What are the syntactic rules to be avoid ambiguity in multiple inheritance?

1233