What is the translation of " ANONYMOUS CLASS " in Vietnamese?

[ə'nɒniməs klɑːs]
[ə'nɒniməs klɑːs]
anonymous class
lớp nặc danh
anonymous class
class vô danh
an anonymous class
lớp vô danh
class ẩn danh

Examples of using Anonymous class in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
In this code example, we create an anonymous class.
Trong ví dụ trên chúng ta tạo một class nặc danh.
An anonymous class is a class without a name.
Một lớp nặc danh là một lớp không có tên.
Create a new instance of an anonymous class that implements the AdapterView.
Tạo ra một đối tượng mới của một lớp nặc danh cài đặt giao diện AdapterView.
An anonymous class is a class without a name.
Một class ẩn danh là một class không có tên.
Concise: We don't need to write a lot of boilerplate like we do for anonymous classes.
Concise: Bạn không cần phải viết nhiều bản tóm tắt như bạn làm cho các lớp ẩn danh.
Anonymous class A local class that has no name.
Một class anonymousmột class không có tên.
Inside the body of an anonymous class we cannot define any statements;
Bên trong body của anonymous class, chúng ta không thể định nghĩa các câu lệnh một cách tùy ý;
Anonymous class A local class that has no name.
Anonymous class là local class mà không có tên.
Furthermore, there are differences between the implementation of anonymous classes and lambda expressions.
Hơn nữa,có sự khác nhau giữa phần thực thi của anonymous class và Lamba Expression.
An anonymous class is used to speed up the execution time.
Một lớp vô danh được sử dụng để tăng tốc thời gian thực thi.
If the name following new specifies an interface, the anonymous class implements that interface and extends the Object.
Nếu tên theo sau từ khóa new chỉ định interface, anonymous class implement interface và mở rộng Object.
An anonymous class is a local class without a name.
Anonymous class là local class mà không có tên.
Apart from the above mentioned types of classes,Java also has some special classes called Inner classes and Anonymous classes.
Ngoài các lớp ở trên, Java cũng có mộtsố lớp đặc biệt khác được gọi là lớp Inner và lớp Anonymous.
An anonymous class is a class that does not have a name.
Một class ẩn danh là một class không có tên.
To define one of these methods and handle your events,implement the nested interface in your Activity or define it as an anonymous class.
Để định nghĩa một trong những phương pháp này và xử lý sự kiện củabạn, hãy triển khai giao diện lồng nhau trong Hoạt động của bạn hoặc định nghĩa nó thành một lớp vô danh.
Anonymous classes are local classes that do not have a name.
Anonymous class là local class mà không có tên.
The compiler avoids the creation of those incoherent scenarios, limiting the type of variables thatcan be used inside lambda expressions(and anonymous classes) to only final and effectively final ones.
Trình biên dịch sẽ tránh những kịch bản không mạch lạc rõ ràng, giới hạn các kiểu biến có thể được sửdụng bên trong Lamba Expression( và anonymous class) để nó chỉ là cuối cùng và có hiệu quả cuối cùng.
An anonymous class is a type of inner class that don't have any name.
Một class anonymous là một class không có tên.
Revisit your activity, create a new anonymous class that extends the ArrayAdapter class, and override its getView() method.
Xem lại Activity của bạn, tạo ra một lớp nặc danh mới thừa kế lớp ArrayAdapter và override phương thức getView() của nó.
If anonymous classes are used well, they can speed up coding as well execution time.
Nếu sử dụng tốt các lớp ẩn danh, chúng có thể giúp tăng tốc coding cũng như thời gian thực thi.
PHP7 allows you to use anonymous classes, which is already a well-established in other object oriented languages like C and Java.
PHP 7 cho phép bạn sử dụng class anonymous, đặc trưng này đã tồn tại trong những ngôn ngữ lập trình object- oriented như C và Java.
An anonymous class is a local class, hence it is defined in the body of a method.
Anonymous class là local class, do vậy nó được định nghĩa trong body của phương thức.
Lambda expressions(as well as anonymous classes) in Java can only access to the final(or effectively final) variables of the enclosing scope.
Lamba Expression( được biết như là anonymous class) trong Java chỉ có thể truy cập đến các biến final( giá trị không thay đổi) của phạm vi đóng.
Anonymous classes are excellent when a class is used only once during execution and in cases when a class doesn't need to be documented.
Class anonymous sẽ rất tốt khi class này chỉ dùng được 1 lần trong lúc thực thi và trong trường hợp class này không cần phải lưu lại.
Because an anonymous class has no name, it is not possible to define a constructor for it within the class body.
Bởi vì class vô danh không có tên nên không thể định nghĩa constructor cho class vô danh..
Anonymous classes are excellent when a class is used only once during execution and in cases when a class doesn't need to be documented.
Các lớp ẩn danh rất hợp lý khi cần dùng một class chỉ một lần duy nhất trong thời gian thực thi, hoặc trong trường hợp class không cần phải có tài liệu mô tả.
Since an anonymous class has no name, it is not possible to define a constructor for an anonymous class.
anonymous class không có tên, không thể định nghĩa hàm tạo cho anonymous class.
Since an anonymous class has no name, it is not possible to define a constructor for an anonymous class.
Bởi vì class vô danh không có tên nên không thể định nghĩa constructor cho class vô danh.
Anonymous classes are excellent when a class is used only once during execution, and in some cases, when a class doesn't need to be documented.
Các lớp vô danh là tuyệt vời khi một class chỉ được sử dụng một lần trong suốt quá trình thực thi và trong những trường hợp một class không cần phải được ghi tài liệu.
In Java, anonymous classes can sometimes be used to simulate closures; however, anonymous classes are not always proper replacements to closures because they have more limited capabilities.
Trong Java, các lớp nặc danh đôi khi được sử dụng để mô phỏng các sự đóng, tuy nhiên các lớp nặc danh không phải luôn luôn làcác thay thế chính xác cho các sự đóng bởi vì chúng có nhiều khả năng bị hạn chế hơn.
Results: 30, Time: 0.0446

Word-for-word translation

Top dictionary queries

English - Vietnamese