What is the difference between public, private, protected
inheritance?
Answer Posted / saikat
A private member can only be accessed by other methods of
the same class, while a public member can be accessed by
methods of any class or by non class code.
| Is This Answer Correct ? | 9 Yes | 9 No |
Post New Answer View All Answers
What are signs of manipulation?
Explain the difference between new() and malloc() in c++?
Explain virtual destructor?
Which sort does c++ use?
What is object oriented programming (oop)?
What is a Default constructor?
How a macro differs from a template?
what are the iterator and generic algorithms.
Why Pointers are not used in C++?
What is c++ namespace?
Is rust better than c++?
what is Loop function? What are different types of Loops?
How are the features of c++ different from c?
Is c++ proprietary?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create