Skip to content
オブジェクト指向プログラミング

File:Oop-uml-class-example.svg · Wikimedia Commons · See Wikimedia Commons

EntityQ79872· pop 92· linked from 1,846 articles

オブジェクト指向プログラミング

Sign in to save

Also known as OOP, Object-oriented programming, Object-Oriented Programming

互いに密接な関連性を持つデータとメソッドをひとつにまとめてオブジェクトとして用いるソフトウェア開発手法

AI overview

Object-oriented programming is a way of writing software that organizes code around "objects" — bundles of data and functions that work together — rather than just sequences of instructions. This approach helps programmers manage large, complex programs more effectively by breaking them into organized, reusable pieces.

AI-generated from the Wikipedia summary — may contain errors.

Wikidata facts

Show 2 more facts
Commons category
Object-oriented programming
Sources (4)

via Wikidata · CC0

Article · 日本語

オブジェクト指向プログラミング(オブジェクトしこうプログラミング、英: object-oriented programming, OOP)とは、「オブジェクト」という概念に基づいたプログラミングパラダイムの一つである。 OOPでは、相互に作用するオブジェクトを組み合わせてプログラムを設計する。 OOPの方法として、クラスベースOOPとプロトタイプベースOOPがある。クラスベースOOPでは、オブジェクトが属する集合としてクラスを定義し、クラス定義からそのインスタンスとしてオブジェクトを生成する。プロトタイプベースOOPでは既存のオブジェクト(プロトタイプ)を複製し、プロトタイプの複製に変更を加えることで様々な対象を表すオブジェクトを生成する。 広く使われているプログラミング言語の多く、例えばC++やJavaやPythonなどは、マルチパラダイムであるが、程度の差はあれ、オブジェクト指向プログラミングをサポートしており、大抵は命令型や手続き型プログラミングとの組み合わせで用いられる。

Abstract from DBpedia / Wikipedia · CC BY-SA

Gallery (2)

Connections

Categories