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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is size of string in c++?

1039


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

1054


What happens when the extern "c" char func (char*,waste) executes?

1128


What is this pointer in c++?

1486


Which programming language's unsatisfactory performance led to the discovery of c++?

1396


What is static function? Explain with an example

1130


Is c++ built on c?

1079


Explain "const" reference arguments in function?

1108


When should we use container classes instead of arrays?

1059


Explain how an exception handler is defined and invoked in a Program.

1222


What is setfill c++?

1200


Differentiate between a pointer and a reference with respect to c++.

1299


What are the stages in the development cycle?

1110


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

1018


How does c++ sort work?

1025