Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Que peut-on écrire pour déclarer une propriété « Age » en lecture
public int Age { get;}
public int Age {
get;
}
public int Age { get { return age ; } }
get {
return age ;
public int Age { set { return age ; } }
set {
public int Age { get { } }
get { }
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!