NEW keyword in C# can be used as an operator, a modifier, or constraint.
new Operator: Used to create objects and invoke constructors.
new Modifier: Used to hide an inherited member from a base class member.
new Constraint: Used to restrict types that might be used as arguments for a type parameter in a generic declaration.
No comments:
Post a Comment