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
Do you know what is overriding?
Is java as fast as c++?
Can I learn c++ without knowing c?
How can an improvement in the quality of software be done by try/catch/throw?
Explain the virtual inheritance in c++.
What are proxy objects in c++?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
Discuss the possibilities related to the termination of a program before entering the mainq method?
What does int * mean in c++?
What is function overloading c++?
Define basic type of variable used for a different condition in C++?
Does c++ have finally?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Differentiate between the message and method in c++?
How do you print a string on the printer?