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 is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is operators in c++?
Explain storage qualifiers in c++.
Can I create my own functions in c++?
Is map ordered c++?
What are the differences between malloc() and calloc()?
What is a memory leak c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What is input operator in c++?
What is boyce codd normal form in c++?
Is c++ a software?
What are special characters c++?
Explain "const" reference arguments in function?
What are the various operations performed on stack?