If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
No Answer is Posted For this Question
Be the First to Post Answer
What is linked list in c++?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
What are libraries in c++?
How the virtual functions maintain the call up?
What are pointers used for c++?
What is c++ virtual inheritance?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What is stoi in c++?
What is the size of a vector?
difference between macro and function?
How do you clear a set in c++?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101