예제 #1
0
        static void Main(string[] args)
        {
            Person person1 = new Person("John", "Smith", 32, "32 Timothy Way", 212345678);

            Console.WriteLine(person1.GetDetails());
        }