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.
そのクラスのインスタンスでクラス メソッド (つまり +(void)mymethod ) を使用できる方法があるかどうか疑問に思っていますか?
また、クラス メソッドでインスタンス変数にアクセスすることは可能ですか?
いいえ インスタンスで静的メソッドを呼び出すことはできません。静的メソッドは、クラス名を使用してのみ呼び出すことができます。
静的メソッドからインスタンス変数にアクセスすることはできません。静的変数のみアクセスできます。