Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在看一些 android 教程并且有一个问题。为什么你写你的类而不像 cpp 那样创建对象/使用方法?
许多实例化是由框架完成的,因此您很少需要手动实例化类。但是,当需要时,您仍然会实例化您自己的支持类。
幕后有些东西。你看不到所有的魔法。
对象实际上不是由您创建的,而是由超类创建的。