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
You want to link a c++ program to c functions. How would you do it?
What is iterator c++?
What do you mean by persistent and non persistent objects?
Can I learn c++ without c?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Is overriding possible in c++?
What is the use of lambda in c++?
Can you pass an array to a function in c++?
Why do we use classes in programming?
State the difference between pre and post increment/decrement operations.
How to declare an array of pointers to integer?
Is python better than c++?
How many different levels of pointers are there?
How does c++ structure differ from c++ class?
What do you mean by translation unit in c++?