Computer Applications

When is a constructor automatically invoked ?

Java Constructors

5 Likes

Answer

A constructor is automatically invoked when the object of a class is created.

Answered By

3 Likes


Related Questions