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
Why is standard template library used?
What is rtti in c++?
Explain the benefits of proper inheritance.
What are the different types of comments allowed in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Why main function is special in c++?
What are the extraction and insertion operators in c++? Explain with examples.
How to tokenize a string in c++?
What is setw manipulator in c++?
what are the iterator and generic algorithms.
Explain the difference between c & c++?
Out of fgets() and gets() which function is safe to use?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Explain about templates of C++.
Explain differences between alloc() and free()?