ウィキペディア英語版

出典:Wikipedia

Class implementation file

出典:『Wikipedia』 (2011/06/11 14:15 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

In object-oriented programming, a class implementation file is often used to contain the implementation code for the method(s) of a class. Using this structure, a class definition file containing the declaration of the class and its members is also created. If the class definition has been included and the implementation file for its methods is available, the user can instantiate an object of the class. The purpose of this structure is to keep the implementation code hidden, but allow the user to view the design. This allows the user the information needed to use the class effectively, but prevents him or her from damaging the compiled code.

調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

class implementation fileのページの著作権