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
Explain the pure virtual functions?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is abstraction c++?
Can a constructor be private?
What does the linker do?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Is rust better than c++?
Can we use this pointer inside static member function?
What it is and how it might be called (2 methods).
What are guid? Why does com need guids?
What is the disadvantage of using a macro?
What is difference between n and endl in c++?
Is std :: string immutable?
Is c++ still in demand?
When do we run a shell in the unix system?