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.
変数を別のクラスに渡すにはどうすればよいですか? これらの 2 つのクラスは私のメインではありません。class1 で使用したい変数は、class2 の int 5 である test です。
それらを公開することができます(または、より良い方法として、get setを使用します)。その後、それらにアクセスできます。public int 名前;