Such a base class is known as virtual base class. Đặc điểm này được gọi là lớp cơ sở ảo (virtual base class).
The ActionResult class is the base class for all action results. Lớp ActionResult là cơ sở cho tất cả các kết quả hành động.
This is also called a base class or superclass. Điều này cũng được gọi là một lớp cơ sở hoặc lớp siêu.
EventArgs is the base class for all event data. EventArgs là lớp cơ sở cho tất cả các dữ liệu về sự kiện.
This is the base class for all services. Service: Đây là lớp cơ bản cho tất cả dịch vụ.
In place of a base class name, other arbitrary expressions are also allowed. Thay vì tên lớp cơ sở, các biểu thức khác cũng được cho phép.
The Figure base class has two classes which derive from it – called Circle and Rectangle. Lớp Figure có hai lớp dẫn xuất (derived class) là Circle và Rectangle.
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.
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ở.
Exception The Exception class is the base class of all exceptions. Kiểu ngoại lệ Mô tả Exception Class cơ bản của mọi ngoại lệ.