What is the translation of " SUPERCLASS " in Vietnamese?

Noun
superclass
siêu lớp
superclass
the super class
lớp cha
parent class
superclass
super class
the superclass

Examples of using Superclass in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
This is the superclass.
Và đây là Siêu lớp.
It is the superclass of all classes representing an input stream of bytes.
Nó là super class của tất cả các lớp đại diện cho một input stream của các byte.
Calling a constructor of the superclass.
Gọi constructor của super class.
Can you call the superclass constructor?
Không thể gọi constructor của super class.
The subclass inherits from the superclass.
Subclass thừa kế từ superclass các trường dữ.
Payment is a superclass of Cash, Check, and Credit.
Payment là lớp cha của Cash, Check, và Credit.
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.
Constructors of a superclass are not inherited by subclasses.
Constructor của superclass không được kế thừa bởi subclass.
Or we say that the subclass inherits from the superclass.
Chúng ta cũng có thể nói rằng lớp Sub kế thừa từ lớp Super.
The Animal class will be the superclass for our dogs subclass.
Class Animal chính là superclass, được kế thừa bởi subclass Dog;
This makes it possible for a subclass to override methods in its superclass.
Một lớp có thể override( chèn lên) một method trong siêu lớp của nó.
The implementation of superclass methods can be overwritten in subclasses.
Chúng ta có thể viết đè các phương thức của superclass trong subclass.
In a subclass(or Derived Class),we can overload the methods inherited from the superclass.
Trong subclass( hoặc derived class),ta có thể overload các method được kế thừa từ superclass.
This abstract class is the superclass of all classes representing an input stream of bytes.
Nó là super class của tất cả các lớp đại diện cho một input stream của các byte.
Bootstrap ClassLoader: This is the first classloader which is the superclass of Extension classloader.
Bootstrap classloader: Đây là classloader đầu tiên là super class của Extension classloader.
I have a superclass Activity: SKScene{}, which has sub-private class Activity01: Activity{}, sub-priv….
Tôi có một hoạt động siêu lớp: SKScene{},lớp phụ riêng Activity01: Activity{}, lớp riêng….
You might try to use an initialized instance of the superclass(new EventEmitter) as Master.
Bạn có thể thử sử dụng một thể hiện khởi tạo của siêu lớp( new EventEmitter) như Master.
WillSet and didSet observers of superclass properties are called when a property is set in a subclass initializer.
WillSet và didSet của property của superclass được gọi đến khi 1 property được đặt trong khởi tạo của 1 subclass.
They are not called while aclass is setting its own properties, before the superclass initializer has been called.
Chúng không được gọi đến khi1 class đang đặt property của chính nó, trước khi khởi tạo superclass.
If a method in the superclass is protected then it must be either protected or public in the subclass.
Nếu một phương thức trong siêu lớp được bảo vệ, thì nó phải được bảo vệ hoặc công khai trong lớp con được chỉ định.
One class(the child class or subclass)can inherit attributes and operations from another(the parent class or superclass).
Một class( child class hoặc subclass) có thểthừa kế các attribute và operation từ một class khác( parent class hoặc superclass).
The subclass inherits all the properties of the superclass and additionally can add new properties or modify the inherited ones.
Class con kế thừa tất cả các thuộc tính của class cha và có thể thêm vào những thuộc tính mới hoặc chỉnh sửa thuộc tính được kế thừa.
In Java, a class can implement multiple interfaces,it's better to use interfaces as a superclass in most of the cases.
Do Java class có thể implements nhiều interface,nên tốt hơn hết là coi interface như là một super class trong hầu hết các trường hợp.
However, if the superclass has public or protected methods for accessing its private fields, these can also be used by the subclass.
Tuy nhiên nếu lớp cha có phương thức public hoặc protected mà có sử dụng đến các thành phần private thì lớp con cũng có thể gọi các phương thức này.
Observing them, studying their habits,one can single out all the major gradations of this natural vertebrate superclass.
Quan sát chúng, nghiên cứu thói quen của chúng, người ta có thểtìm ra tất cả các cấp độ chính của siêu lớp động vật có xương sống tự nhiên này.
In the Java programming language, each class is allowed to have one direct superclass, and each superclass has the potential for an unlimited number of subclasses.
Trong ngôn ngữ lập trình Java,mỗi lớp chỉ có một lớp cha trực tiếp, và mỗi lớp cha có vô số lớp con.
But utilizing the superclass reference variable( cal in this case) you can not name the method multiplication(), which belongs to the subclass My_Calculation.
Nhưng dùng các biến lớp cha tham khảo( Cal Nếu như này), các chị chẳng thể gọi các biện pháp nhân(), mà thuộc về My Calculation phân lớp..
When a method in a subclass has the same name and type signatures as a method in the superclass, then the method in the subclass the method in the superclass.
Khi một method của subclass có cùng tên, kiểu dữ liệu trả về và các tham số với một method của superclass, thì method trong subclass sẽ override method trong superclass.
If the superclass method does not declare any exception, then subclass overridden method cannot declare checked exceptions but it can declare unchecked exceptions.
Nếu phương thức của lớp cha không khai báo một exception: phương thức ghi đè của lớp con không thể khai báo Checked Exception nhưng có thể khai báo Unchecked Exception.
When a class defines a method using the same name, return type, and arguments as a method in its superclass, the method in the class overrides the method in the superclass.
Khi một method của subclass có cùng tên, kiểu dữ liệu trả về và các tham số với một method của superclass, thì method trong subclass sẽ override method trong superclass.
Results: 48, Time: 0.0285

Top dictionary queries

English - Vietnamese