OBJECT-ORIENTED PROGRAMMING in Japanese translation

Examples of using Object-oriented programming in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Object-Oriented programming is a common paradigm which is used in software development.
オブジェクト指向プログラミングは、ソフトウェア開発で使用される一般的なパラダイムです。
Object-oriented programming offers a sustainable way to write spaghetti code.
オブジェクト指向プログラミングはスパゲッティコードを書くための持続的な方法を提供してくれる。
Object-oriented programming calls properties by the name instance variables and actions are known as methods.
オブジェクト指向プログラミングは、メソッドとして知られている名前のインスタンス変数とアクションによるプロパティを呼び出します。
This provides the programmer a powerful way of extending abstractions and is a key idea in object-oriented programming.
これはプログラマに抽象化を拡張する強力な方法を提供するとともに,オブジェクト指向プログラミングの重要な考えでもある。
You need to have a basic knowledge of Ruby and object-oriented programming to understand this tutorial.
このチュートリアルを理解するためにはRubyの基本的な知識とオブジェクト指向プログラミングを持っている必要があります。
ZE2 came with an almost entirely new Object-Oriented Programming(OOP) model and a number of improvements in the API.
ZE2は、ほぼすべてを新たに書き直したもので、新しいオブジェクト指向プログラミング(OOP)モデルを提供します。また、多くのAPIが高速化されています。
PHP has a very complete set of object-oriented programming features including support for classes, abstract classes, interfaces, inheritance, constructors, cloning, exceptions, and more.
PHPには完全なオブジェクト指向プログラミングの機能が搭載されている。クラスや抽象クラス、インターフェイス、継承、コンストラクタ、クローン、例外などなどといった機能も、当然使える。
In addition, GTK+ contains a number of features such as object-oriented programming support(GObject), wide support of international character sets and text layouts(Pango), or a set of accessibility interfaces(ATK).
さらにGTK+には、オブジェクト指向プログラミングサポート(GObject)、国際文字セットおよびテキストレイアウトの幅広いサポート(Pango)、またはアクセシビリティーインターフェース(ATK)のセットなどの数多くの機能が含まれます。
C is designed to be a simple, modern, general-purpose, object-oriented programming language, borrowing key concepts from several other languages, most notably Java….
Cは、シンプルでモダンな汎用のオブジェクト指向プログラミング言語として設計されており、他のいくつかの言語、特にJavaから主要な概念を取り入れています。
One of the principal advantages of object-oriented programming techniques over procedural programming techniques is that they enable programmers to create modules that do not need to be changed when a new type of object is added.
手続き型プログラミング技術によるオブジェクト指向プログラミング技術の主要な利点の1つは、それらによってプログラマが、新しいタイプのオブジェクトが加えられる場合に改変する必要のないモジュールを作成し得ることである。
In object-oriented programming languages such as C++ or Java, the concept of abstraction is itself a declarative statement, using the keywords virtual or abstract.
オブジェクト指向プログラミング言語(C++、Javaなど)での抽象化の概念は、必要に応じてvirtualやabstractといったキーワードを使って宣言することである。
Prerequisites: Object-oriented programming- the basics To start with, let's give you a simplistic, high-level view of what Object-oriented programming(OOP) is.
前提知識:オブジェクト指向プログラミング-その基本はじめに、オブジェクト指向プログラミング(OOP)とは何か、シンプルかつ高レベルな視点を提示します。
In object-oriented programming, a class is an extensible program-code-template for creating objects, providing initial values for state(member variables) and implementations of behavior(member functions or methods).
オブジェクト指向プログラミングでは、クラスはオブジェクト生成、状態(メンバ変数)の初期値の提供や振る舞いの実装(メンバ関数またはメソッド)のための拡張可能なプログラムコードテンプレートです。
According to Larry Hardesty from the MIT News Office, the major innovation in software engineering in the last four decades has been the development of object-oriented programming languages where objects might be considered as.
MITNewsOfficeのLarryHardesty氏によると、過去40年のソフトウェアエンジニアリングにおける主要な改革は、オブジェクト指向プログラミング言語の発展だった。
As those skilled in the art may appreciate, in one embodiment the translator 19 is implemented using an object-oriented programming language such as C++.
当業者には分かるように、一実施態様において、トランスレータ19は、C++のようなオブジェクト指向プログラミング言語を使用して実現される。
Additionally, INACAP began their first online Oracle Academy training for professors, focusing on an introduction to the fundamental concepts of Java and object-oriented programming.
また、Javaおよびオブジェクト指向プログラミングの基本的な概念を紹介した、INACAPで初めてとなるオンラインOracleAcademyトレーニングも教授向けに開始しました。
It would help if the reader has some prior exposure to object-oriented programming concepts and a general idea on creating online applications.
読者は、いくつかの事前暴露するためにオブジェクト指向プログラミングの概念とオンラインアプリケーションの作成に関する一般的な考えを持っている場合には役立つだろう。
In this chapter I'm going to look at object-oriented programming in OCaml, but I'm also going to talk about why you might or might not want to write object-oriented programs.
本章ではOCamlでのオブジェクト指向プログラミングに注目するが、何故オブジェクト指向のプログラムを書きたいか、あるいは書きたくないかについても話題にする。
We designed the macros this way to achieve Object-Oriented Programming(OOP) as well as to allow extensibility and to accommodate future enhancements of the macros, such as manipulating multiple windows and documents in a single macro.
これは、オブジェクト指向によるプログラミングを実現することと同時に、将来、複数のウィンドウや文書を同一マクロで操作できるようにするなど、マクロの拡張の可能性を視野に入れているためです。
These include variables and data types, operators, expressions and statements, flow control constructs, functions and subroutines and depending on the language's sophistication object-orientation object-oriented programming will be in Bootstrap Part 2.
これらには、変数とデータ型、演算子、式と文、フロー制御構造、関数、サブルーチン、言語の洗練されたオブジェクト指向に依存します(オブジェクト指向プログラミングはブートストラップ第2部にあります)。
Results: 96, Time: 0.038

Word-for-word translation

Top dictionary queries

English - Japanese