What is the difference between public, private, protected
inheritance?
Answer Posted / sehrish
in private inheritance the private public and protected membrs are inaccessible
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do we implement inheritance in c++?
What is abstraction c++?
Why should you learn c++?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Is c++ low level?
Is it possible to provide default values while overloading a binary operator?
Give an example of run-time polymorphism/virtual functions.
What is the object serialization?
Why c++ is better than c language?
What is a storage class used in c++?
What are keywords in c++?
What is private public protected in c++?
What is an overflow error?
Does c++ vector allocate memory?
Write a program to find the Factorial of a number