{
class Caps : Inventory_for_box
{
public int AgeGroup { get; set; }
public string Type { get; set; }
public override string AllInventory()
{
return base.AllInventory() + "Age group" + this.AgeGroup + "Type" + this.Type;
}
public Caps(string name, int prise, string manufacture, int number, string color, int ageGroup,string type):base( name, prise, manufacture, number, color)
{
AgeGroup = ageGroup;
Type = type;
}
}
}
Виртуальный выделенный сервер (VDS) становится отличным выбором
ПриветЕсть строка, которая может иметь два состояния: 1) Просто число от 1 до 99
Здравствуйте! Объясните, пожалуйста, почему не работает данный код? var arr = new Array(10)map(function (t, iter) { return iter }); console