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
What is purpose of new operator?
How delete [] is different from delete?
What are exceptions c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is c++ array?
How compile and run c++ program in turbo c++?
What is microsoft c++ redistributable 2013?
Why do we use the using declaration?
When should overload new operator on a global basis or a class basis?
how to explain our contribution in the project?
Is c++ fully object oriented?
State two differences between C and C++.
Explain the auto storage classes in c++.
What is meant by const_cast?
What is the use of typedef?