0
why whenever we create object of child class , the parent class object is never made automatically in inheritance ?
2 Respostas
0
Sorry, i dont quite seem to understand your point. Can you please expand on that....
0
I want to say that in inheritance , when parent class is inherited to child class then with the child object ,always child class method are run if they override the parents method but in that case does parents object make automatically (explicitly we can make , iam asking why is it not made automatically)?