1.

What Is The Difference Between Constructor And Method?

Answer»

CONSTRUCTOR will be automatically INVOKED when an object is CREATED whereas method has to be CALLED explicitly.

Constructor will be automatically invoked when an object is created whereas method has to be called explicitly.



Discussion

No Comment Found