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++?

Answers were Sorted based on User's Feedback



What are access specifiers in C++?..

Answer / nashiinformaticssolutions

• 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

What are access specifiers in C++?..

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

What are access specifiers in C++?..

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

More C++ General Interview Questions

What is a tree in c++?

0 Answers  


what is pulse code modulation?

2 Answers   Wipro,


Explain 'this' pointer and what would happen if a pointer is deleted twice?

0 Answers   Genpact,


How does list r; differs from list r();?

0 Answers  


What is virtual destructor? What is its use?

0 Answers  


what do you mean by volatile variable?

0 Answers  


Why can you not make a constructor as const?

3 Answers  


What are dynamic type checking?

0 Answers  


What is scope resolution operator in c++ with example?

0 Answers  


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

0 Answers  


let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

0 Answers  


Categories