In a class only declaration of the function is there but
defintion is not there then what is that function?
Answer Posted / santhi
abstract functions
if u specify any function as abstract,there itself in it's
home class u can't find solution,u have to define those
function in the later derived classes through inheritance.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What does ios :: app do in c++?
Define whitespace in C++.
Define virtual constructor.
Can we make any program in c++ without using any header file and what is the shortest program in c++.
Is c++ harder than java?
What is c++ and its features?
What is a dynamic binding in c++?
Explain the difference between new() and malloc() in c++?
What are destructors?
Explain the uses oof nested class?
What's the best free c++ profiler for windows?
Why do we use pointers in c++?
What is a loop? What are different types of loops in c++?
Difference between inline functions and macros?