THE BASE CLASS Tiếng việt là gì - trong Tiếng việt Dịch

[ðə beis klɑːs]
[ðə beis klɑːs]
lớp cơ sở
base class
base layer
class cơ sở
the base class
base class

Ví dụ về việc sử dụng The base class trong Tiếng anh và bản dịch của chúng sang Tiếng việt

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Therefore, the base class constructor must be executed first.
Do đó hàm tạo của lớp cơ sở phải được thực hiện trước.
These libraries are called the base class libraries.
Tập hợp các class này được gọi là Base Class Library.
The base class for all built-in exceptions except StopIteration and SystemExit.
StandardError Lớp cơ sở của tất cả exception có sẵn ngoại trừ StopIteration và SystemExit.
That is, they must accept anything that the base class could accept.
Chúng phải chấp nhận mọi thứ mà class cơ sở chấp nhận.
View is the base class for widgets, which are used to create interactive UI componentstext fields, buttons.
View là lớp cơ sở cho các widget, thứ được sử dụng để tạo nên các thành phần UI tương tác( button, text,…).
The framework comes with TestCase class, the base class for all tests.
Framework có lớp TestCase, lớp căn bản cho tất cả các test.
SfForm is the base class of all forms and makes it easy to managethe configuration and life cycle of your forms.
SfForm là lớp cơ sở của tất cả các form, giúp dễ dàng quản lý cấu hình và vòng đời của form.
By default, the exception is passed to the base class which generates a response for you.
Mặc định, exception được đẩy tới class cơ sở để tạo một response cho bạn.
Consider Ending the name of derived classes with the name of the base class.
Nên kết thúc tên của class kế thừa bằng tên của class cơ sở.
The base class also has two pure virtual member functions, init and next, that any derived classes must implement.
Lớp cơ sở cũng có hai hàm thành viên ảo thuần túy, init và next, rằng bất kỳ lớp dẫn xuất nào cũng phải thực hiện.
The reasoning is very simple, it's because Object is the base class for all the java classes..
Lý do rất đơn giản là bởi vì Object là base class của tất cả các class trong Java.
Defined in System namespace, it is the base class to all arrays, and provides various properties and methods for working with arrays.
Được định nghĩa trong System namespace, nó là lớp cơ sở cho tất cả mảng, và cung cấp các thuộc tính và phương thức để làm việc với mảng.
These classes create collections of objects of the Object class,which is the base class for all data types in C.
Những lớp này tạo tập hợp các đối tượng của lớp Object,mà là lớp cơ sở cho tất cả kiểu dữ liệu trong C.
When deriving a class from a base class, the base class may be inherited through public, protected or private inheritance.
Khi dẫn xuất một lớp từ một lớp cơ sở, lớp cơ sở có thể được kế thừa là public, protected và private.
The base class constructor call must be the first statement in the body of the derived class constructor.
Lệnh gọi thựcthi phương thức khởi tạo của lớpsở phải là câu lệnh đầu tiên trong hàm khởi tạo của lớp dẫn xuất.
Using public means that all the public members of the base class will also be public members of the derived class..
Kế thừa theo kiểu public thì tất cả các thành phần public của lớp cơ sở sẽ là thành phần publiccủa lớp dẫn xuất.
A base class's privatemembers are never accessible directly from a derived class,but can be accessed through calls to the public and protected members of the base class.
Một thành viên là private của lớp cơ sở là không bao giờ có thể được truy cập trựctiếp từ một lớp kế thừa, nhưng có thể truy cập thông qua các lời gọi tới các thành viên public và protected của lớp cơ sở đó.
The Application class in Android is the base class within an Android app that contains all other components such as activities and services.
Lớp Application trong Android là lớp cơ sở trong ứng dụng Android chứa tất cả các component khác như activity và service.
An overriding method in a derived class may in factwant to extend rather than simply replace the base class method of the same name.
Một phương thức được định nghĩa lại trong class con cóthể muốn mở rộng thay vì thay thế phương thức cùng tên của class cơ sở.
Defined in System namespace, it is the base class to all arrays, and provides various properties and methods for working with arrays.
Lớp mảng Được xác định trong hệ thống namespace,nó là lớp cơ sở cho tất cả các mảng, và cung cấp các thuộc tính và phương thức khác nhau để làm việc với mảng.
Yet when we looked at them from theviewpoint of a programmer who made reasonable assumptions about the base class, the model broke down.
Tuy nhiên, khi chúng ta nhìn nó từ vị trí của một lập trình viên,người đưa ra những giả thiết hợp lý về class cơ sở, mô hình của chúng ta bị phá vỡ.
This is because it's not allowed in java,since Object is the base class for all the classes and we can't have one class level static method and another instance method with same signature.
Điều này không cho phép trong Java,khi Object là base class cho tất cả các class và chúng ta không thể có một phương thức static và một phương thức khác cùng định dạng.
In case of static methods,a method in the derived class with the same signature as in the base class hides the one in the base class.
Trong trường hợp phương thứctĩnh, phương thức trong class dẫn xuất( giống với signature như trong class base) ẩn phương thức trong class base.
When deriving a class from a public base class, public members of the base class become public members of the derived class andprotected members of the base class become protected members of the derived class..
Khi dẫn xuất một lớp từ một lớp cơ sở public, các thành viên public của lớp cơ sở trở thành các thành viên public của lớp dẫn xuất,và các thành viên protected của lớp cơ sở trở thành các thành viên protected của lớp dẫn xuất.
Protected Inheritance: When deriving from a protected base class,public and protected members of the base class become protected members of the derived class..
Kiểu kế thừa protected: Khi kế thừa từ một lớp cơ sở là protected,thì các thành viên public và protected của lớp cơ sở trở thành các thành viên protected của lớp kế thừa.
When deriving from a private base class,public and protected members of the base class become private members of the derived class..
Khi dẫn xuất một lớp từ một lớp cơ sở private,các thành viên public và protected của lớp cơ sở trở thành các thành viên private của lớp dẫn xuất.
Refused bequest: a class that overrides amethod of a base class in such a way that the contract of the base class is not honored by the derived class..
Refused bequest: một class ghi đè lên mộtphương thức của một class cơ sở theo cách mà contract của class cơ sở không được biết đến từ class dẫn xuất.~ Nguồn Wikipedia.
Kết quả: 27, Thời gian: 0.0364

Từng chữ dịch

Truy vấn từ điển hàng đầu

Tiếng anh - Tiếng việt