Ejemplo n.º 1
0
 public Continent(int s, string n, Country cy) : base(s, n)
 {
     c = cy;
 }
Ejemplo n.º 2
0
 public Island(int s, string n, Country cy) : base(s, n)
 {
     c = cy;
 }