Ejemplo n.º 1
0
 internal Talkable(Human human)
     : base(human)
 {
 }
 internal SelfFeedable(Human human)
     : base(human)
 {
 }
Ejemplo n.º 3
0
 protected Decorator(Human human)
 {
     this.Human = human;
 }