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 happens when the extern "c" char func (char*,waste) executes?
When to use “const” reference arguments in a function?
Explain virtual class and friend class.
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What is a pointer with example?
Write about the various sections of the executable image?
What is rvalue?
How would you implement a substr() function that extracts a sub string from a given string?
describe private access specifiers?
Can notepad ++ run c++?
How delete [] is different from delete?
Do you need a main function in c++?
Should a constructor be public or private?
What is c++ hiding?
What are enumerations?