示例#1
0
        static void Main(string[] args)
        {
            Papa p = new Papa("John", 1.97f);

            p.SetHeight(-1.7f);
            p.SetHeight(1.7f);
            Console.WriteLine(p.GetHeight());
            Son s = new Son("motti", 1.55f);

            p.WalkInTelAviv();
        }
示例#2
0
 void GetNotherVauleCode(Papa otherPapa)
 {
     int stealNumber = otherPapa.secretVaultNumber;
 }