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
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Which programming language is best to learn first?
What are the advantages of using a pointer?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
What is a c++ vector?
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
What is stoi in c++?
What is the real purpose of class – to export data?
What are the methods of exporting a function from a dll?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
What happens if an exception is throws from an, object's constructor and object's destructor?
Differentiate between a deep copy and a shallow copy?