1
Reply

What is the difference between a static and an instance constructor?

Samir Bhogayta

Samir Bhogayta

Jun 25, 2016
277
0

    An instance constructor implements code to initialize the instance of the class. A static constructor implements code to initialize the class itself when it is first loaded.

    Samir Bhogayta
    June 25, 2016
    0