In a class only declaration of the function is there but
defintion is not there then what is that function?
Answer Posted / santhi
abstract functions
if u specify any function as abstract,there itself in it's
home class u can't find solution,u have to define those
function in the later derived classes through inheritance.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How important is c++?
What is the basic structure of a c++ program?
Explain the virtual inheritance in c++.
What do you mean by friend class & friend function in c++?
What is difference between rand () and srand ()?
What is the difference between a template and a macro?
How a pointer differs from a reference?
What is the best c++ ide?
When should you use global variables?
Why is c++ awesome?
How can a called function determine the number of arguments that have been passed to it?
What are structs in c++?
What is the use of lambda in c++?
Distinguish between a # include and #define.
Write a function to find the nth item from the end of a linked list in a single pass.