Answer:
The structs are always value types. A struct cannot be inherited from another struct or class, and also it cannot be the base of a class. But yes, in struct you can instantiate it without using a new operator.
Asked In: Many Interviews |
Alert Moderator