Generic class is not specific to any particular Data Type, but the instance of
that class is specific to the data type at the time of creating the
instance of the class.
For every data type the generic class is generated, a separate instance of the class is loaded by the class loader in CLR.
Asked In: Many Interviews |
Alert Moderator