A constructor is a special method of the class which gets automatically invoked whenever an instance of the class is created . Like methods, a constructor also contains the collection of instructions that are executed at the time of Object creation.
What is the purpose of constructor in C#?
A constructor is a special method of the class which gets automatically invoked whenever an instance of the class is created . Like methods, a constructor also contains the collection of instructions that are executed at the time of Object creation.