Hi ,Can anybody tell me about type constructor and instance constructor?
Yes sure it goes this way we can say that instance constructor is executed when a new instance of type is created and the class constructor is executed after the type is loaded and before any one of the type members is accessed and also class constructors are used for static field initialization.
Leave a Reply
You must be logged in to post a comment.