public Male (string a,byte b,int c,bool d,byte f,byte g,bool h)
public Female (string a,byte b,int c,bool d,byte f,byte g,bool h)
public moypezduyk(bool p,string a)
public static void Main()
Female Dasha=new Female("Даша",20,0,true,180,50,false);
Male Leonid=new Male("Леонид",22,0,true,200,90,false);
moypezduyk Igor=new moypezduyk(true,"Игорёк");