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

A private member can only be accessed by other methods of
the same class, while a public member can be accessed by
methods of any class or by non class code.

Is This Answer Correct ?    9 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c++ good for?

1002


What are the vectors in c++?

984


write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

1824


What is type of 'this' pointer? Explain when it is get created?

968


How do you remove an element from a set in c++?

1029


Explain static and dynamic memory allocation with an example each.

1042


What should main() return in c and c++?

968


How does a copy constructor differs from an overloaded assignment operator?

966


You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

1088


Can you use the function fprintf() to display the output on the screen?

1190


How much do coding jobs pay?

965


What is the full form of ios?

986


What do you understand by pure virtual function? Write about its use?

954


What are the various access specifiers in c++?

980


Write syntax to define friend functions in C++.

1005