Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
1 1278Post New C++ General Questions
Why was c++ made?
Why c++ is created?
How do you establish an is-a relationship?
What are virtual constructors/destructors?
List the features of oops in c++?
What is the latest version on c++?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What do you mean by a template?
Explain what is class definition in c++ ?
Differentiate between a pointer and a reference with respect to c++.
What is helper in c++?
What is the role of static keyword for a class member variable?
What is the use of object in c++?
what is Member Functions in Classes?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).