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

how to swap two strings without using any third variable ?

11 Answers  


How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

0 Answers  


Describe about storage allocation and scope of global, extern, static, local and register variables?

0 Answers  


Which is best ide for c++?

0 Answers  


What are protected members in c++?

0 Answers  






How can you say that a template is better than a base class?

0 Answers  


What is private, public and protected inheritance?

0 Answers  


What is command line arguments in C++? What are its uses? Where we have to use this?

0 Answers   HCL,


write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

0 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


What is a pointer how and when is it used?

0 Answers  


Why c++ is better than c language?

0 Answers  


Categories