What is the difference between public, private, protected
inheritance?
Answer Posted / sasikumar
everything which is aware of base is also that base
contions public member,,,
| Is This Answer Correct ? | 12 Yes | 18 No |
Post New Answer View All Answers
Where do I find the current c or c++ standard documents?
How did c++ get its name?
Why should we use null or zero in a program?
What is function overloading in C++?
What is the use of string in c++?
What is null pointer and void pointer and what is their use?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Can constructor be static in c++?
What is the use of typedef?
what is Loop function? What are different types of Loops?
Mention the ways in which parameterized can be invoked.
What are the uses of typedef in a program?
How can I improve my c++ skills?
What is flush () in c++?
What is pure virtual function? Or what is abstract class?