public static void main(String[] args){ A fm = new A(); fm.start(); }
我就想知道fm.start()是直接给fm这个object添加了一个新的method么?
fm.start() 是调用了他本身定义的这个方法