In a class only declaration of the function is there but defintion is not there then what is that function? - Just Crack Interview

In a class only declaration of the function is there but defintion is not there then what is that function?

In a class only declaration of the function  is there but
defintion is not there then what is that function?

Ques:- In a class only declaration of the function is there but defintion is not there then what is that function?
2 813

2 Answers on this Question

  1. 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.

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top