In a class only declaration of the function is there but
defintion is not there then what is that function?
Answer Posted / sahasra
We can call it as the interface also in case of java,where
the interface contains only definiton where as
implementation is in other classes which are implemented
this interface
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is doubly linked list in c++?
What are the differences between malloc() and calloc()?
Can you use the function fprintf() to display the output on the screen?
Do you know what are static and dynamic type checking?
Explain mutable storage class specifier.
What is the difference between #define debug 0 and #undef debug?
What is data type in c++?
What is constructor and destructor in c++?
Explain about Garbage Collector?
Is it possible to have a recursive inline function in c++?
Are strings mutable in c++?
What is a float in c++?
What are the steps in the development cycle?
Which c++ operator cannot overload?
What size is allocated to the union variable?