Matrix Interview Question

what is a constructor

Interview Answer

Anonymous

Sep 22, 2015

constructor executed when an instance of the class is created.

1