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
Write a program to find the Factorial of a number
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Explain mutable storage class specifier.
What character terminates all character array strings a) b) . c) END
What is difference between n and endl in c++?
Please explain class & object in c++?
Is c++ an oop?
What are iterators in c++?
What is format for defining a structure?
What is public, protected, private in c++?
Define a conversion constructor?
How can a struct in c++ differs from a struct in c?
Is it possible for a member function to delete the pointer, named this?
What is the limitation of cin while taking input for character array?
What is the basic of c++?