InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is called first, automatically, whenever an object is created?(a) Class(b) Constructor(c) New(d) TriggerI had been asked this question in class test.My enquiry is from Constructors in portion Constructors and Destructors of Object Oriented Programming |
|
Answer» Correct choice is (B) Constructor |
|