1.

Why Constructor Name Is Same As Class Name?

Answer»
  • Every class OBJECT is created using the same NEW keyword , so it must have information about the class to which it must CREATE object .
  • For this REASON constructor name should be same as class name.



Discussion

No Comment Found