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?
No Answer is Posted For this Question
Be the First to Post Answer
How the endl and setw manipulator works?
How to construct muliton object
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What do you mean by volatile and mutable keywords used in c++?
What is a virtual destructor? Explain the use of it?
What does ios :: app do in c++?
What C++ libraries are you proficient with?
What is the identity function in c++? How is it useful?
How does atoi function work?
What is iterator c++?
What is difference between class and function?
What is the use of static functions?