Example #1
0
        private static void Main(string[] args)
        {
            //Rectangle rectangle = new Rectangle();
            //rectangle.setWidth(3);
            //rectangle.setWidth(4);
            //rectangle.getArea();

            //Point3D point3D = new Point3D(1, 2, 3);

            //FunOverload obj = new FunOverload();
            //obj.SetName("barack");
            //obj.SetName("barack ", " obama ");

            //Printdata p = new Printdata();
            //p.print(5);
            //p.print(500.263);
            //p.print("Hello C++");
            //Console.ReadKey();

            //StudentAndTeacherTest test = new StudentAndTeacherTest();
            //test.Main();

            AlbumTest albumTest = new AlbumTest();

            albumTest.Test();
        }