Skip to content

Commit

Permalink
Revise Japanese definition of 'class'
Browse files Browse the repository at this point in the history
Co-authored-by: naoe-tatara
  • Loading branch information
TomKellyGenetics committed Apr 15, 2021
1 parent d44500f commit 7763c76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1364,12 +1364,12 @@
ja:
term: "クラス"
def: >
[オブジェクト指向プログラミング](#oop)時に、[メソッド](#method)というの
演算してデーターを組み合わさせる構造体のこと
そうして、その特性とメソッドでプログラムは[コンストラクタ](#constructor)
使って[オブジェクト](#object)が作る。
単純な[親クラス](#parent_class)から複雑な[子クラス](#child_class)は
特性を継承出来る
[オブジェクト指向プログラミング](#oop)において、データと操作
([メソッド](#method)と呼ばれる)を結びつけた構造のこと
プログラムは[コンストラクタ](#constructor)を用いて、クラスの持つ特性(プロパティ)
やメソッドを備えた[オブジェクト](#object)を作成する。通常プログラマは、
汎用のあるいは再利用可能な振る舞いを[親クラス](#parent_class)に、
より詳細なあるいは特定の振る舞いを[子クラス](#child_class)に定義する
- slug: classification
Expand Down

2 comments on commit 7763c76

@naoe-tatara
Copy link
Contributor

@naoe-tatara naoe-tatara commented on 7763c76 Apr 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good :) Which PR does this commit belong to? I am not sure how to approve the change. --> Sorry, I think I found it. I approved changes.

@TomKellyGenetics
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR #303 😃

Please sign in to comment.