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.
C++ クラスの変数とメンバーについて話すためにプログラマーが一般的に使用する技術用語はありますか?
おそらく、あなたが探している単語はカプセル化です。これは、大学でオブジェクト指向プログラミングについて教える 4 つの流行語の 1 つです (他の 3 つは、継承、ポリモーフィズム、抽象化です)。