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
Write a program which employs Recursion
What do you mean by storage classes?
Why is the function main() special?
What is a flag in c++?
Is c or c++ more useful?
What is the default access level?
How is objective c different from c++?
What does int * mean in c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is the fastest c++ compiler?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is scope resolution operator in c++ with example?
When should we use multiple inheritance?
What are the operators in c++?
What is the use of 'this' pointer?