Exemple #1
0
        static void Main(string[] args)
        {
            club obj = new club();


            socio obj5 = new socio();

            obj5.imprimir();


            Console.ReadKey();
        }
Exemple #2
0
 public void  club1()
 {
     obj1 = new socio("brayan", 32);
     obj2 = new socio("carlos", 66);
     obj3 = new socio("jorge", 23);
 }