用語一覧へ
プログラミング

クラスクラス

Class

日本語

クラス

別称: class

オブジェクト指向でデータ(属性)と手続き(メソッド)を一つにまとめた、オブジェクトの設計図。

中文

別称: class、類別

面向对象编程中将属性和方法封装在一起的模板,用以生成对象实例。

English

Class

In OOP, a template that bundles data attributes and methods to define object structure and behavior.

使用例

関連用語

出題された真題(231