Matrix interview question

what is a constructor

Interview Answer

Anonymous

22 Sept 2015

constructor executed when an instance of the class is created.

1