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
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Discuss the possibilities related to the termination of a program before entering the mainq method?
What are the two types of polymorphism?
Is it possible for a member function to use delete this?
What is private inheritance?
What is the iunknown interface?
Is c++ the best programming language?
What is the average salary of a c++ programmer?
Is vector a class in c++?
Define a constructor?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
Define 'std'.
What is virtual destructor ans explain its use?
What is isdigit c++?
Which operator cannot overload?