Can a structure in c# be derived from one or more class/interface

Friday, January 12, 2007
A structure in c# can be derived from a interface but can't from a class.