Zend_Configは単一継承モデルをサポートしており、。
See single inheritance and multiple inheritance..
Java classes support only single inheritance.
C only supports the single inheritance.
It is effectively a way to overcome the limitation of single-inheritance.Combinations with other parts of speech
Zend_Configは単一継承モデルをサポートしており、設定データの特定のセクションを別のセクションに継承させることができます。
Zend_Config supports a single inheritance model that enables configuration data to be inherited from one section of configuration data into another.トレイトは、PHPのような単一継承言語でコードを再利用するための仕組みのひとつです。
Traits is a mechanism for code reuse in single inheritance languages such as PHP.トレイトは、PHPのような単一継承言語でコードを再利用するための仕組みのひとつです。
A: Traits is a mechanism for code reuse in single inheritance languages like PHP.こうした問題は、すべてJavaの単一継承モデルにおける根本的な制限のためです。
These problems are all due to fundamental limitations in Java's single inheritance model.RubyとMixin多くのオブジェクト指向言語と異なり、Rubyはわざと単一継承しか備えていません。
Ruby and the Mixin Unlike many object-oriented languages, Ruby features single inheritance only, on purpose.Javaは型の多重継承をインタフェースによりサポートするが、実装は単一継承のみをサポートする。
While CORBA supports multiple interface inheritance,COM provides single inheritance.多くのオブジェクト指向言語と異なり、Rubyはわざと単一継承しか備えていません。
Unlike many object-oriented languages, Ruby features single inheritance only, on purpose.Javaは型の多重継承をサポートするが、実装は単一継承のみをサポートする。
Java supports multiple inheritance of types, but only single inheritance of implementation.多くのオブジェクト指向言語と異なり、Rubyはわざと単一継承しか備えていません。
Different from other object-oriented languages,Ruby purposely only presents single inheritance.単一継承しかサポートしていない言語では、MROはとてもつまらない話題であるが、多重継承の場合には必要となってきて、MROアルゴリズムの選択が極めて難しい問題となりうる。
For languages that support single inheritance only, the MRO is uninteresting; but when multiple inheritance comes into play, the choice of an MRO algorithm can be remarkably subtle.Javaプログラミング言語と同じくRubyは単一継承言語ですが、Java技術にはない高度な機能、例えばクロージャー(匿名内部クラスが強化されたようなもの)やMix-in(インターフェースと似ていますが、クラスにはそれほど密に結合されません)を提供します。
Like the Java programming language, Ruby is a single inheritance language, but it offers some advanced features that Java technology does not, such as closures(think anonymous inner classes on steroids) and mix-ins(similar to interfaces, but less tightly bound to the class).
This is known as"single inheritance.".Javaの場合、仕様は複数継承できるが実装は単一継承です。
Java supports multiple inheritance of types, but only single inheritance of implementation.C++の単一継承のクラス階層と非常によく似ています。
Are very similar to C++ single inheritance class heirarchies.しかし、Dのinterfaceは、C++の単一継承のクラス階層と非常によく似ています。
D interfaces, however, are very similar to C++ single inheritance class heirarchies.単一継承の場合、クラスの階層は木構造になりますが、多重継承ではグラフになります。
Single inheritance gives the class hierarchy a tree structure whereas multiple inheritance gives a directed graph.Javaでは、実装の単一継承を採用し、一つのクラスが複数のインタフェースをもつことができる。
Java only allows single inheritance of implementation, but a class can implement multiple interfaces.単一継承は、各プロファイル管理グループが1つのスーパグループだけを有することを意味する(任意の所与のスーパグループが複数のサブグループを有し得る)。
Single inheritance means that each Profile Management group can have only one supergroup(although any given supergroup can have multiple subgroups).単一継承では、StudentやProfessorモデルが作られたとしても、トップレベルのPerson モデルに対してspecialty、graduation、promotionといったカラムが自動的に追加されます。
With the simple inheritance strategy, the extra columns specialty, graduation and promotion are automatically registered at the top level in the Person model even if Doctrine generates one model class for both Student and Professor tables.