public struct struct1 { } public class class1 : struct1 //Error : 'class1': cannot derive from sealed type 'struct1' { }
Asked In: Many Interviews | Alert Moderator
Login to post response