検索結果- 英語 - 多言語
検索内容:
class-based programming
(programming) A programming style, where inheritance is achieved by using classes of objects.
クラスを利用してオブジェクトの継承を実現するプログラミング手法
prototype-oriented programming
(programming) A programming paradigm that encapsulates states and operations inside "prototypes" to design applications and computer programs.
アプリケーションやコンピュータプログラムの設計において、状態と操作をプロトタイプという単位でまとめるプログラミングパラダイム。 / プロトタイプを中心としてオブジェクトの状態と振る舞いを定義する、特定のプログラミングの手法。
prototype-based programming
(programming) A programming style, where inheritance is achieved by using existing objects via delegation that act as prototypes.
既存のオブジェクトをプロトタイプとして利用し、委譲を通じて継承を実現するプログラミングスタイル。
class-based programmings
prototype-based programmings
visual programming languages
visual programming language
(programming) A programming language that lets users create programs by manipulating program elements graphically rather than by writing code.
視覚的な操作によってプログラムの各構成要素を操作し、コードを記述する代わりにプログラムを作成できるプログラミング言語。
programmed function keys
application programming interfaces
application programming interface
(computing, programming) A set of routines, protocols, and tools for building software applications, which makes it possible for software components to interact with one another, leading to the ability to share data over a network.
ソフトウェアアプリケーションを構築するための一連のルーチン、プロトコル、ツールのセット。これにより、ソフトウェアコンポーネント同士が相互に通信し、ネットワーク上でデータを共有できるようになる仕組み。 / プログラム間の相互作用を可能にするインターフェース。外部のシステムやサービスとの連携を実現するための設計規約やライブラリの集合体。