1.

What do you mean by common constructor in c++ ?​

Answer»

ANSWER:

constructor is atomatically when called object is created .if we do not SPECIFY constructor ,c++ compilar GENERATES a default constructor for us ( EXPECTS no parmeter and has empty body )



Discussion

No Comment Found