Do you know what is overriding?
No Answer is Posted For this Question
Be the First to Post Answer
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
Describe public access specifiers?
Explain RAII (Resource Acquisition Is Initialization).
why all c++ program must have default constructor?
Is c++ pass by reference or value?
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
Why was c++ created?
what are function pointers?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What is the difference between set and map in c++?
What is a dynamic binding in c++?
What happens when a function throws an exception that was not specified by an exception specification for this function?