什么是多态 eg: 小结 多态调用成员的特点 如何理解 多态的优势和劣势 自动类型转换:Persopn p = new Student(); 强制类型转换:Student s = (Student)p;