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.
スーパークラスがあり、このスーパークラス内にある変数をサブクラスに使用したいと考えています。これはどのように可能ですか?
フィールド を作成するだけprotectedです。つまり、すべての派生クラスから見えるようにする必要があります。
protected
パブリックまたは保護されている場合、サブクラスのすべてのメソッドで表示される必要があります。global variableサブクラスのとして描くことができます。
global variable