What are the three types of access specifiers in C++?
Answer / nashiinformaticssolutions
1. Public: Every student in the class is reachable from anywhere within the application.
2. Private: Only member functions within the class have access to class members.
3. Protected: Any subclass of the class or the member functions within the class can access class members.
| Is This Answer Correct ? | 0 Yes | 0 No |
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Does improper inheritance have a potential to wreck a project?
tell me about yourself ?i want answer for frehers with various exasmples?
How would you find out if a linked-list is a cycle or not?
Name the operators that cannot be overloaded in C++?
Explain public, protected, private in c++?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
what is multi-threading in C++?
What is purpose of abstract class?
how can u create a doubly linked list with out using pointers?
What is the use of seekg in c++?
How do you declare a set in c++?