OBJECT-ORIENTED in Japanese translation

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
In other areas, such as classical arithmetic types and computations based on them, there appears to be hardly any scope for more than data abstraction, and the facilities needed for the support of object-oriented programming seem unnecessary.
古典的な算術型とそれらに基づく計算といった他の分野ではデータ抽象を超えるような視野はほとんど現れずオブジェクト指向プログラミングをサポートするための機能は必要ないように見える。
Consequently, NTT COMWARE as a total group, including partner companies, plans to expand development of object-oriented based systems by fostering approximately 4,000 RUP technicians within the next 3years and promoting their license acquisition.
そこでパートナー企業を含めたNTTコムウェアグループ全体で、今後3年間に約4,000人のRUP技術者を育成しライセンスの取得を促進し、オブジェクト指向ベースのシステム開発を拡大する計画です。
When you study object-oriented, because I think that you wonder"What is the merits of the object-oriented?", I will explain it.
オブジェクト指向を勉強する上では、「何が良いの?(オブジェクト指向のメリットって何?)」という疑問が沸いてくるのが当然だと思います、それについても説明します。
PHQL, allow us to write queries using a high-level, object-oriented SQL dialect that internally translates to the right SQL statements depending on the database system we are using.
PHQLは、高度なレベルのオブジェクト指向でクエリを書くことのできるSQL方言です。内部では、使用しているデータベースシステム上で正しいSQLステートメントに翻訳されます。
Even when you're planning to write object-oriented extensions you are advised to read this chapter as most of the information is valid for methods, too.
オブジェクト指向の拡張モジュールを書こうとしている場合でも、この章を読んでおくことをおすすめします。ここにある情報の大半はメソッドを書く場合にもあてはまるからです。
Using this object-oriented interface, you can create Ruby objects in C++ code, convert data objects between Ruby and C++, and more.
このオブジェクト指向のインターフェースを使用すると、C++のコードでRubyのオブジェクトを作成したり、RubyとC++との間でデータ・オブジェクトを交換したりすることができます。
Design patterns represent just one way to solve problems, but if you primarily use object-oriented languages, you may come to think in design patterns.
デザイン・パターンは問題を解決するための1つの方法に過ぎませんが、主にオブジェクト指向の言語を使用しているとしたら、最終的にはデザイン・パターンの考え方に行き着くことになるでしょう。
Even those who are not interested in machine learning at all will find this article useful enough because this shows a good example for how-to-write object-oriented in Python.
機械学習にまったく興味ない方でもPythonのオブジェクト指向な書き方のよい例になっているので、参考になるかと思います。
Starting with ECMAScript 2015, also known as ECMAScript 6, JavaScript programmers will be able to build their applications using this object-oriented class-based approach.
ECMAScript6としても知られているECMAScript2015を使うと、JavaScriptプログラマーもオブジェクト指向によるクラスベースのアプローチを使ってアプリケーションを構築することができるようになります。
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部にあります)。
As a result, many best practices in Godot boil down to applying Object-Oriented design principles to the scenes, nodes, or script that make up your game.
その結果、Godotの多くのベストプラクティスは、ゲームを構成するシーン、ノード、またはスクリプトにオブジェクト指向の設計原則を適用することに要約されます。
In the first layer I include conditionals, function calling, all primitive data structures, macros, single values, and very basic object-oriented support.
番目の層に私は、条件式、関数呼び出し、すべての基礎データ構造、マクロ、単値、非常に基礎的なオブジェクト指向のサポートを含める。
An in-depth look into the inner workings of an object-oriented system reveals there are many that for some reason make instance identifiers out of the memory addresses in their internal tables. This is a problem because it ignores such things as usage in the business field.
オブジェクト指向システムの内部に立ち入って詳しく聞いてみると、どうも内部テーブルのメモリアドレスをインスタンス識別子にしているものが多いようである。ビジネス分野における使い方などはお構いなしのようで問題である。
Technical note: Domain modeling is also used to represent relationships between classes in object-oriented programming. The domain modeling described here is a more general relationship between physical and abstract objects, which may or may not be represented as classes in the final code.
技術注記:ドメインモデルは、オブジェクト指向プログラミングにおけるクラス間の関係を表すために使用され.ここで説明したドメインモデリングは、物理的および抽象オブジェクト間のより一般的な関係であり、,どの月か最終的なコードのクラスとして表現されない場合があります。
On programming blogs and forums, there are a great many people who defend object-oriented programming, and who feel certain that they know what they are talking about, despite the lack of any standard definition!
プログラミングのブログやフォーラムでは、とても多くの人がオブジェクト指向プログラミングを擁護し、何について話しているか自分でわかっていると確信しています。標準の定義が不足しているにもかかわらずですよ!
For example, using an object-oriented inheritance mechanism to carry out customization work for adding/changing/deleting attributes makes changes to their related files and databases, but unfortunately, this does not result in a design that enables access with good performance.
たとえば、オブジェクト指向の継承機構を使って属性の追加・変更・削除に関するカスタマイズ作業を行うと、それに連動してファイルやデータベースの変更がなされて、性能のよいアクセスができるようには、残念ながら設計されていない。
In object-oriented programming theory, abstraction is the facility to define objects that represent abstract"actors" that can perform work, report on and change their state, and"communicate" with other objects in the system.
オブジェクト指向プログラミングの理論では、抽象化とは抽象的「アクター」であるオブジェクトを定義する機能であり、アクターは作業を行い、状態を変化させ、状態を報告し、システム内の他のオブジェクトと「通信」する。
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つは、新規のタイプのオブジェクトが追加される場合、プログラマーに変更される必要のないモジュールを生成させることが可能であるということである。
Introducing JavaScript objects The object-oriented nature of JavaScript is important to understand if you want to go further with your knowledge of the language and write more efficient code, therefore we have provided this module to help you.
JavaScriptオブジェクトの紹介言語に関する知識をさらに深め、より効率的なコードを書きたいのであれば、JavaScriptのオブジェクト指向の性質を理解することは重要です。このため、私たちが提供するこのモジュールが役立つでしょう。
Results: 303, Time: 0.0329

Top dictionary queries

English - Japanese