Every custom type you create or class you create inherits from the base class System.object
It defines the default constructor which is called everytime time u call new operator
it is used to inilize the object
so this means default constructor is called everytime a new opration is called
No comments:
Post a Comment