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

• 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

Is it possible to provide default values while overloading a binary operator?

1321


What are the rules about using an underscore in a c++ identifier?

1249


A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.

3947


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

1190


What do you mean by friend class & friend function in c++?

1112


Why do we use constructor?

1113


What is a local variable?

1131


What are function prototypes?

1292


what is pre-processor in C++?

1216


Write a program to find the reverse Fibonacci series starting from N.

1347


What is the v-ptr?

1214


How long will it take to learn programming?

1101


Can a list of string be stored within a two dimensional array?

1040


How do you write a function that can reverse a linked-list?

1168


What is the use of endl in c++?

1062