In a class only declaration of the function is there but
defintion is not there then what is that function?
Answer Posted / bharat
If a function does't have definition is a pure virtual
function . The class which have the pure virtual function is
called as Abstract Class or Interface.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
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
What is wrapper class in c++?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What is set in c++?
Which programming language is best?
Write about an iterator class?
Which one is better- macro or function?
Why #include is used?
What does return 0 do in c++?
What is the difference between global variables and static varables?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is an operator in c++?
Show the application of a dynamic array with the help of an example.
How a pointer differs from a reference?
What is a v-table?