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 are the c++ access specifiers?



What are the c++ access specifiers?..

Answer / hrpynux@gmail.com

In C++, there are three access specifiers: public - members are accessible from outside the class. private - members cannot be accessed (or viewed) from outside the class. protected - members cannot be accessed from outside the class, however, they can be accessed in inherited classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What compiler was used?

6 Answers   Intel,


an operation between an integer and real always yeilds a) integer result b) real result c) float result

0 Answers  


Explain some examples of operator overloading?

0 Answers  


How is c++ used in the real world?

0 Answers  


How do I exit turbo c++?

0 Answers  


What are maps in c++?

0 Answers  


What is lvalue?

0 Answers  


What is an incomplete type?

1 Answers  


What is the difference between std::vector and std::list

1 Answers  


why the size of an empty class is 1

4 Answers  


How const int *ourpointer differs from int const *ourpointer?

0 Answers  


Which operator can not be overloaded in C++?

1 Answers  


Categories