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
Can we run c program in turbo c++?
Does c++ cost money?
Explain the virtual inheritance in c++.
what is a class? Explain with an example.
Can I learn c++ without knowing c?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
Explain the different access specifiers for the class member in c++.
What is data type in c++?
Why do we use double in c++?
Is c++ still in demand?
What is pointer in c++ with example?
Which software is used to run c++ program?
What is an operator in c++?
Name four predefined macros.
What is the basic structure of c++ program?