Topic: CSharp
The answer for this question is both,new Keyword used as both Operator and Modifier
Used as Operator:
by using new keword as operator we can create and instance of class in Heap.
used as Modifier:
by using new keword as Modifier we can hide class/member form Inherited class
Posted by Renugopal D
at 12:24 PM