Exemple #1
0
        public static void Main(string[] args)
        {
            Student a = new Student("Ali", 1);

            a.id = "12bd74638";
            a.Grow();
            a.PrintInfo();
        }