How to create a pure virtual function?
You declare a pure virtual function by using a pure specifier ( = 0 ) in the declaration of a virtual member function in the class declaration. Class A is an abstract class. The compiler would not allow the function declarations A g() or void h(A) , declaration of object a , nor the static cast of b to type A .
| Is This Answer Correct ? | 0 Yes | 0 No |
Comment on local and global scope of a variable.
What is a manipulative person?
What is the full form nasa?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
How do I get good at c++ programming?
What is meant by a delegate?
What is this pointer in c++?
Can we overload operator in c++?
Explain the use of this pointer?
Which operator cannot overload?
When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?
What is a type library?