Answer Posted / 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 View All Answers
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is a sequence in c++?
What do you understand by a pure virtual member function?
When should we use multiple inheritance?
How do you sort a sort function in c++ to sort in descending order?
Who was the creator of c++?
what is data encapsulation in C++?
We use library functions in the program, in what form they are provided to the program?
Is c or c++ more useful?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is the default width for ouputting a long integer using the insertion operator?
What is split a string in c++?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
what do you mean by volatile variable?