1.

Are Parent Constructor Called Implicitly When Create An Object Of Class?

Answer»

No, Parent CONSTRUCTORS are not CALLED IMPLICITLY It MUST CALL this explicitly. But If Child constructors is missing then parent constructor called implicitly. 

No, Parent constructors are not called implicitly It must call this explicitly. But If Child constructors is missing then parent constructor called implicitly. 



Discussion

No Comment Found