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
Explain function overloading and operator overloading.
What are the steps in the development cycle?
Why do we use the using declaration?
What is an inclusion guard?
Describe Trees using C++ with an example.
What are the advantages of c++? Explain
Describe the role of the c++ in the tradeoff of safety vs. Usability?
What are default parameters? How are they evaluated in c++ function?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Is java made in c++?
What is vector pair in c++?
What are the basic data types used in c++?
What is anonymous object in c++?
What is a static element?
Why is c++ difficult?