What is the translation of " INSTANCE VARIABLES " in Vietnamese?

['instəns 'veəriəblz]
['instəns 'veəriəblz]
instance variables
các biến instance
instance variables
instance variable
instance variables
biến trường hợp

Examples of using Instance variables in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
An interface cannot have instance variables.
Một interface không thể có các biến instance.
Instance Variables- Each object holds a particular set of instance variables..
Instance Variables- Mỗi đối tượng có một tập các biến thể hiện.
Default values are same as instance variables.
Giá trị mặc định cũng tương tự như instance variable.
Instance variables can be accessed from inside any method, constructor or blocks of that particular class.
Các biến instance có thể được truy cập từ bên trong bất kỳ phương thức, constructor hoặc khối nào của lớp cụ thể đó.
Describe the difference between class and instance variables?
Miêu tả sự khác nhau giữa class variablesinstance variables?
Volatile can only be applied to instance variables, which are of type object or private.
Volatile chỉ có thể được áp dụng tới các biến instance, mà là kiểu đối tượng hoặc private.
Difference between class variables and Instance Variables?
Miêu tả sự khác nhau giữa class variablesinstance variables?
Data attributes correspond to“instance variables” in Smalltalk, and to“data members” in C++.
Data attributes( thuộc tính dữ liệu lớp)tương ứng với'' biến trường hợp trong Smalltalk, và thành viên dữ liệu trong C++.
Explain the difference between static variables and instance variables.
Miêu tả sự khác nhau giữa class variablesinstance variables?
Static methods do not use any instance variables of any object of the class they are defined in.
Các phương thức static không sử dụng bất kỳ biến instance nào của bất cứ đối tượng trong lớp mà chúng được định nghĩa.
Let us now briefly look into what do class, object,methods, and instance variables mean.
Bây giờ chúng ta đi xem xét ý nghĩa của class, object,methods và instance variables.
Instance variables need not be initialized before using them as they are automatically initialized to their default values.
Instance variables không cần được khởi ạo trước khi sử dụng, chúng sẽ tự khởi tạo với giá trị mặc định.
This example explains how to access instance variables and methods of a class.
Ví dụ này giải thích cách để truy cập các biến instancecác phương thức của một lớp.
When a class is trying to do too much,it often shows up as having too many instance variables.
Khi một lớp làm quá nhiều việc, nó thường thểhiện ở chỗ có quá nhiều biến thể hiện( instance variables).
Java composition is achieved by using instance variables that refer to other objects.
Java composition đượcthực hiện bằng cách sử dụng các biến instance mà tham chiếu đến các object khác.
Instance variables are created when an object is created with the use of the keyword‘new' and destroyed when the object is destroyed.
Biến instance được tạo khi một đối tượng được tạo bằng việc sử dụng từ khóa“ new” và sẽ bị phá hủy khi đối tượng bị phá hủy.
In addition to properties, you can use instance variables as a backing store for the values stored in a property.
Ngoài property, bạn có thể dùng instance variable như 1 chỗ lưu trữ dự phòng cho giá trị được lưu trong 1 property.
Here, attr_reader is an example of metaprogramming in Ruby:attr_accessor defines getter and setter methods of instance variables, but attr_reader only getter methods.
Ở đây," attr reader" là một ví dụ của meta- programming trong Ruby:" attr" định nghĩa các phươngthức dạng' getter' và' setter' của instance variables;" attr reader": các phương thức dạng' getter'.
Python supports data attributes(called“instance variables” in Java and Powerbuilder, and“member variables” in C++).
Python hổ trợ thuộc tính dử liệu( gọi" instance variables" trong java và Powerbuilder, và" member variables" trong C++).
When an object is created by a constructor of the class, the resulting object is called an instance of the class,and the member variables specific to the object are called instance variables, to contrast with the class variables shared across the class.
Khi một đối tượng được tạo ra bởi hàm tạo của lớp, đối tượng kết quả được gọi là một thực thể của lớp, và biến thànhviên cụ thể của đối tượng được gọi là biến thực thể( instance variable), để tương phản với biến lớp( class variable) vốn được chia sẻ giữa các lớp.
The difference in the syntax isthat for non-public instance variables(non-public instance variables), an underscore(_) is used before the variable name.
Sự khác biệt cú pháp là: đối với các non-public instance variables chúng ta sử dụng dấu gạch dưới() trước tên biến.
This made the function easier to write andmuch more clear than an approach using instance variables like self. index and self. data.
Điều này làm cho hàm dễ viết hơn vàrõ ràng hơn là cách sử dụng biến trường hợp như self. index và self. data.
This contains the collectionView instance variable automatically generated by Visual Studio.
Cách này bao gồm instance variable collectionView do Visual Studio tự động tạo ra.
It initial value is same as instance variable.
Giá trị mặc định cũng tương tự như instance variable.
Data member: A class variable or instance variable that holds data associated with a class and its objects.
Thành viên dữ liệu: Là một biến class hoặc biến instance mà giữ dữ liệu được liên kết với một lớp và các đối tượng của nó.
Note: You won't see this instance variable within ViewController. cs itself.
Lưu ý rằng: Bạn sẽ không thấy instance variable này trong bản thân ViewController. cs.
Now both threads have identified the instance variable as null and thus assume they must create an instance..
Lúc này, cả 2 thread đều đã xác định rằng biến instance là null, do đó chúng cần khởi tạo đối tượng cho instance..
An instance variable is a variable defined in a class for which each instantiated object of the class has a separate copy.
Biến instance là một biến được định nghĩa trong một class mà mỗi đối tượng được khởi tạo của class có một bản copy riêng biệt.
An instance variable is a variable that exists and holds its value for the life of the object.
Một biến cá thể là một biến tồn tại và giữ giá trị của nó cho tuổi thọ của đối tượng.
Results: 29, Time: 0.037

Word-for-word translation

Top dictionary queries

English - Vietnamese