In a class only declaration of the function is there but
defintion is not there then what is that function?
Answer Posted / manju
In a class only declaration of function is there but
definition is not there then such functions are called as
abstract functions.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
Define whitespace in C++.
Write a program to find the reverse Fibonacci series starting from N.
How do you declare a set in c++?
What is cout flush?
What will happen if a pointer is deleted twice?
Do the parentheses after the type name make a difference with new?
What is a catch statement?
what is multi-threading in C++?
You run a shell on unix system. How would you tell which shell are you running?
What is data abstraction? How is it different from data encapsulation?
What is const pointer and const reference?
What is dynamic and static typing?
What is the iunknown interface?
Out of fgets() and gets() which function is safe to use?