1.

Define Constructor?

Answer»
  • CONSTRUCTOR is a SPECIAL method given in OOP LANGUAGE for creating and initializing OBJECT.
  • In java , constructor ROLE is only initializing object , and new keyword role is crating object.



Discussion

No Comment Found