FlashcardBeginner
Creating Objects with new
The new keyword instantiates an object from a class.
Question
How do you create an object instance in C#?
Click to reveal answer
The new keyword instantiates an object from a class.
How do you create an object instance in C#?