Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public class Human
  2. {
  3. private int weight;
  4. public int Weight
  5. {
  6. get { return weight;}
  7. Set
  8. if (value <=0)
  9. {
  10. return;
  11. }
  12. else {weight = value;}
  13. }
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement