using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace yesW { internal class Tygrys: Kod { public int iloscUpolowanychAntylop; public Tygrys(string _imie, double _waga = 70,int _wiek = 8 , string _kolor = "fioletowy", int _iloscUpolowanychAntylop = 10) { imie = _imie; Wiek = _wiek; Waga = _waga; kolor = _kolor; iloscUpolowanychAntylop = _iloscUpolowanychAntylop; } } }