Examples of using A subclass in English and their translations into Russian
{-}
-
Official
-
Colloquial
A subclass of Application.
Group of birds from a subclass of the neognaths.
The class of which the current class is a subclass.
Cupolae are a subclass of the prismatoids.
Simulation models- logical and mathematical ones- form a subclass of algorithm models.
Chordal graphs are a subclass of the well known perfect graphs.
A subclass inherits structure and content rules from the parent class.
Lentiviruses are a subclass of Retroviruses.
A subclass of gateway program models, called primitive schemes.
Mesoionic compounds are a subclass of betaines.
A subclass of affine transformations on the set of geometrical images of finite automata is investigated.
Parent Class: A new object is defined as a subclass of its parent object.
Cassowaries belong to a subclass of birds ratites, which belong to the same emu, rhea, Ostriches, moa and kiwi.
Therefore, the terms of the GPL affect the whole program where you create a subclass of a GPLed class.
The variance-gamma distributions form a subclass of the generalised hyperbolic distributions.
A subclass of the models is separated in which the four-dimensional Lorentz invariance is either unbroken or weakly broken.
Otherwise, Zend Uri::factory() will return a subclass of itself that specializes in the scheme to be manipulated.
At the start of the 1970s,The New Communes author Ron E. Roberts classified communes as a subclass of a larger category of Utopias.
Quasi-threshold graphs are a subclass of Ptolemaic graphs that are both chordal and cographs.
Few exceptions have been created in this process,for instance a subclass for mixed mode transportation services.
One of your classes implements a subclass ContentProvider, which is the interface between your provider and other applications.
The Zend_Uri class provides a factory that returns a subclass of itself which specializes in each scheme.
Note: If your fragment is a subclass of ListFragment, the default implementation returns a ListView from onCreateView(), so you don't need to implement it.
If the scheme or URI passed is supported,Zend Uri::factory() will return a subclass of itself that specializes in the scheme to be created.
Each instance of rdfs:Datatype is a subclass of rdfs: Literal. rdf: XMLLiteral- the class of XML literal values. rdf: XMLLiteral is an instance of rdfs: Datatype(and thus a subclass of rdfs: Literal). rdf: Property- the class of properties.
Cleavage of a bond in the cyclopentane ring gives rise to a subclass known as secoiridoids, such as oleuropein and amarogentin.
Like Activity and Service components, a subclass of ContentProvider must be defined in the manifest file for its application, using the< provider> element.
This representation is structurally closer to FSA, andit is proven that the equivalence problem in a subclass of program models represented as matrix models is reducible to one in FSA.
C++ does not have the keyword super that a subclass can use in Java to invoke a superclass version of a method that it wants to override.
The regular constructor is called the first time the state for the shared class is initialized through a subclass constructor, and the secondary constructor will be invoked for all other subclasses. .