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 do you mean by C++ access specifiers ?



What do you mean by C++ access specifiers ?..

Answer / hrpynux@gmail.com

Access specifiers define how the members (attributes and methods) of a class can be accessed. ... 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 are the restrictions apply to constructors and destructors?

0 Answers  


Why namespace is used in c++?

0 Answers  


What is anonymous object in c++?

0 Answers  


How do you sort a sort function in c++ to sort in descending order?

0 Answers  


What is scope in c++ with example?

0 Answers  


const char * char * const What is the differnce between the above two?

11 Answers   TCS,


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

0 Answers  


Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?

1 Answers  


How to declaring variables in c++?

0 Answers  


Differentiate between C and C++.

0 Answers   Wipro,


Define private, protected and public access control.

0 Answers  


What is implicit pointer in c++?

0 Answers  


Categories