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
Which c++ operator cannot overload?
Which sort does c++ use?
What C++ libraries are you proficient with?
Write a function which takes a character array as input and reverses it in place.
2 Answers Lehman Brothers, Vision Infotech,
What is time_t c++?
List the special characteristics of constructor.
Can non-public members of another instance of the class be retrieved by the method of the same class?
which operator is used for performing an exponential operation a) > b) ^ c) none
What does it mean to declare a destructor as static?
What is c++ manipulator?
When the design recommends static functions?
What is exception handling? Does c++ support exception handling?