対訳 部分クラス
出典:Wikipedia
●注意
お探しになった「partial class」は、Weblio英和辞典にはまだ収録されていませんが、「partial class」に近い「Class (computer programming)」について、『ウィキペディア英語版』からの引用を下記に表示しています。
出典:『Wikipedia』 (2011/08/09 20:43 UTC 版)
In object-oriented programming, a class is a construct that is used as a blueprint to create instances of itself – referred to as class instances, class objects, instance objects or simply objects. A class defines constituent members which enable these class instances to have state and behavior. Data field members (member variables or instance variables) enable a class object to maintain state. Other kinds of members, especially methods, enable a class object's behavior. Class instances are of the type of the associated class.