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
What do you mean by const correctness?
Describe Trees using C++ with an example.
what is data encapsulation in C++?
Explain linear search.
Write a c program for binary addition of two 8 bit numbers.
Describe linked list using C++ with an example.
Will rust take over c++?
Is c++ a low level language?
How does a C++ structure differ from a C++ class?
What is the difference between reference and pointer?
What is the benefit of c++?
What are the implicit member functions of class?
What is the C-style character string?
What is the default width for ouputting a long integer using the insertion operator?
What is ofstream c++?