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 to swap two strings without using any third variable ?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Describe about storage allocation and scope of global, extern, static, local and register variables?
Which is best ide for c++?
What are protected members in c++?
How can you say that a template is better than a base class?
What is private, public and protected inheritance?
What is command line arguments in C++? What are its uses? Where we have to use this?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
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
What is a pointer how and when is it used?
Why c++ is better than c language?