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

Post New Answer

More C++ General Interview Questions

If I is an integer variable, which is faster ++i or i++?

0 Answers  


How do you add an element to a set in c++?

0 Answers  


How delete [] is different from delete?

0 Answers  


Define stacks. Provide an example where they are useful.

0 Answers  


Which is better c++ or java?

0 Answers  






What is the difference between delegation and implemented-in-terms-of?

0 Answers  


What is the oldest programming language?

0 Answers  


Are iterators pointers?

0 Answers  


what is polymorphism?

14 Answers   Accenture,


What is a float in c++?

0 Answers  


Why do we use iterators?

0 Answers  


Why is the function main() special?

0 Answers  


Categories