Examples of using Base class in English and their translations into Russian
{-}
-
Official
-
Colloquial
The base class for ID3v2 frames.
That is why you need to send it the base class.
Base class for international travel.
However, the smart pointer stores a reference to the Base class.
The base class had the function WinHelp.
We have two implementation options:to use the global method or base class.
First, the base class constructor is invoked;
A new class is made from the existing,which is called the base class.
In the base class, many methods are declared as virtual.
In this example,we first define a base class and an extension of the class. .
The base class describes a general vegetable, whether it is edible or not and what is its color.
For example, skipping the call of base class method in the inherited one; using obsolete methods.
A base class includes a virtual function with a parameter of some type.
Since we are working with a pointer to a base class, it causes problems when destroying objects.
The base class use involves moving this logic to the base class.
The derived class may include the implementation of member functions,different from the base class.
In the field" Base class:" is specified base class CDialog.
For example, the following code presents two classes, the base class Rectangle, and the derived class Box.
DataTable- base class for modules based on the data table.
It helps to create a universal mechanism describing the behavior of not only the base class, but also descendant classes. .
H declares the base class for all plugin loaders.
To describe the whole variety of simple shapes(circle, triangle, rectangle, square etc.),the best way is to create a base class(ADT), which is the ancestor of all the derived classes. .
This code uses a base class"Base" and a class derived from it,"Derived.
A base class that you cannot create records for, and will instead be derived from to create other models.
The example shows that methods SetPI()and GetPi() in the base class CBaseMathClass are open and available for calling from any place of the program.
Field" Base Class:"- points to the base class, from which is inherited the class, which is displayed in the field" Class Name.
In all the descendant classes, produced by inheritance from the base class, we re-define this function in accordance with rules of calculating the area of a particular shape.
This base class provides managed wrappers for IDE interaction APIs, implementation of which is required from a fully-functional Visual Studio extension package.
Thus, by declaring the most general members in the base class, we can add an additional members in derived classes, which specify a particular class. .
For example, in the base class you use size_t type as an argument of a virtual function and in the derived class you use the unsigned type.