Ejemplo n.º 1
0
        new public string Show()
        {
            string m = string.Format("[CurrentAccount number={0}, AccountHolder={1}, Balance={2}]", AccountNumber, AccountHolder.Show(), Balance);

            return(m);
        }
Ejemplo n.º 2
0
        public new string Show()
        {
            string m = string.Format("[OverDraftAccount number={0}, AccountHolder={1}, Balance={2}]", AccountNumber, AccountHolder.Show(), Balance);

            return(m);
        }