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
What are pointer-to-members in C++? Give their syntax.
What is abstraction c++?
Why is it necessary to use a reference in the argument to the copy constructor?
How do you compile the source code with your compiler?
Why is c++ is better than c?
What is meant by entry controlled loop?
0 Answers Agilent, ZS Associates,
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Why struct is used in c++?
What is the size of pointer ? Also size of pointer in 64 bit pointer
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What is c++ runtime?