What is public, protected, private in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the most common mistake on c++ and oo projects?
What is general format for a prototype?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
Why c++ is called oop?
What is the difference between the functions memmove() and memcpy()?
What are static variables?
How Virtual functions call up is maintained?
Explain the problem with overriding functions
What is the use of volatile keyword in c++? Give an example.
What is the purpose of extern storage specifier?
Explain the purpose of the keyword volatile.