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.
如果在 UML+中用于公共方法并-用于私有方法,那么如何将 UML 用于作为类方法的客观 C 方法或公共但对象方法的方法?
+
-
公共和私有与实例相关,即它们用于对象方法。类方法用下划线标记。