#1390799
Верная реализация свойства представлена как …
Варианты ответа:
  • public string NAME {    get { return this.name};    set { this.name=value}; }
  • public string NAME {     set { return this.name}    get { this.name=value} }
  • public string NAME {    get { return this.name;}    set { this.name=value;} }
Курсы в категории: Гуманитарные науки