Пример #1
0
 internal void 부모의다른사람재산보기(Father otherFather)
 {
     Console.WriteLine(otherFather.아빠만사용하는비상금); // private
     Console.WriteLine(otherFather.은닉재산);       // protected
 }