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 access specifiers in C++?

Answer Posted / hr@tgksolutions.com

• Private: Members are accessible only within the class.
• Protected: Accessible within the class and derived classes.
• Public: Accessible from outside the class.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.

1111


What is a sequence in c++?

1072


What do you understand by a pure virtual member function?

1065


When should we use multiple inheritance?

1096


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

1055


Who was the creator of c++?

1105


what is data encapsulation in C++?

1124


We use library functions in the program, in what form they are provided to the program?

1144


Is c or c++ more useful?

1098


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1129


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

1048


What is the default width for ouputting a long integer using the insertion operator?

1296


What is split a string in c++?

1243


Write an algorithm that determines whether or not an almost complete binary tree is a heap.

3961


what do you mean by volatile variable?

1106