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
Difference between struct and class in terms of access modifier.
Can you overload the operator+ for short integers?
Write is a binary search tree? Write an algo and tell complexity?
What is the main use of c++?
What is the use of turbo c++?
What is the size of integer variable?
How come you find out if a linked-list is a cycle or not?
What is encapsulation in C++? Give an example.
What is an accessor in c++?
Is c++ platform dependent?
What are the stages in the development cycle?
What is oops in c++?
Write my own zero-argument manipulator that should work same as hex?
What is the difference between cin.read() and cin.getline()?
What is difference between class and function?