adspace
Answer Posted / Raja Singh
A constructor in C# is a special method that is used to initialize an object. It is automatically called when an object is created, allowing the programmer to set default values for member variables and perform other necessary operations before the object can be used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers