Select from following answers:- this
- new

- create
- object
- All Above
'new' is the C#'s keyword used to create an object to a class or struct.
It is also used in the concept of Method Hiding to hide the base class members and prevent the compilation errors.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator