What is the translation of " ABSTRACT FACTORY " in English?

Examples of using Abstract factory in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Nguyễn Thoại: Tiếp đi anh Abstract Factory….
HeadFirst: Go on, Abstract Factory….
Abstract Factory:… còn tôi làm nhờ vào sự kết hợp các đối tượng.
Abstract Factory:… and I do it through object composition.
Để giải quyết vấn đề này,mẫu thiết kế Abstract Factory được sử dụng.
To solve this problem, I implemented the abstract factory pattern.
Abstract Factory,, Builder và Prototype có thể được implemented như Singletons.
Abstract factory, builder and prototype patterns can use singletons.
Để giải quyết vấn đề này, mẫu thiết kế Abstract Factory được sử dụng.
In order to prevent it, the Abstract Factory design pattern is used.
Combinations with other parts of speech
Ta có thể hiểu rằng Abstract Factory bao gồm nhiều Factory Method.
Therefore, abstract factory pattern contains several factory methods.
Abstract Factory,, Builder và Prototype có thể được implemented như Singletons.
Abstract Factories, Builders and Prototypes can all be implemented as Singletons.
Ví dụ, nếu bạn đang xây dựng một Abstract Factory để tạo ra đối tượng Shapes( hình).
For example, say you are building an Abstract Factory for the creation of shapes.
Abstract Factory: Ý tưởng của tôi cũng giống giống vậy đó, nhưng chỉ là làm theo một cách khác….
Abstract Factory: And I do too, only I do it in a different way.
Client code sẽ làm việc với các factory và đối tượng chỉ qua Abstract Factory..
The client code works with factories and products only through abstract.
Abstract Factory,, Builder và Prototype có thể được implemented như Singletons.
Abstract factory, builder, and prototype can use singleton in their implementations.
Client code sẽ làm việc với các factory và đối tượng chỉ qua Abstract Factory..
Client code works with factories and products only through their abstract interfaces.
Abstract factory, builder, và prototype patterns có thể sử dụng Singletons trong quá trình thực hiện.
Abstract factory, builder and prototype patterns can use singletons.
Singleton Pattern còn đượcsử dụng kèm với các Pattern khác như: Abstract Factory, Builder, Prototype, Facade….
Singleton is used by other patterns like: Abstract Factory, Builder, Prototype, Facade.
Abstract factory, builder, và prototype patterns có thể sử dụng Singletons trong quá trình thực hiện.
Builder, Prototype or Abstract Factory can use Singleton in their implementation.
Builder Pattern được giới thiệu để giải quyết các vấn đề của FactoryAbstract Factory khi Object chứa nhiều nhiều attributes.
This pattern was designed to solve some of the issues with Factory and Abstract Factory design patterns when the Object contains a lot of attributes.
Abstract factory: 1 siêu nhà máy dùng để tạo ra các nhà máy( factory) khác.
An abstract factory pattern acts as a super-factory that creates other factories..
Chúng ta có thể dùng những pattern khác nhau, như Simple Factory, Abstract Factory, Builder hoặc việc tạo ra một đối tượng theo cách thuần tuý để cung cấp business logic.
We could use different patterns, like Simple Factory, Abstract Factory, Builder or plain object creation to provide the business logic.
Abstract Factory tương tự như Factory Pattern ngoại trừ việc nó giống như factory của factories.
Abstract Factory pattern is almost similar to Factory Pattern except the fact that its more like….
Bạn cũng sẽ tìm hiểu làm thế nào để làm việc với một loạt cácthiết kế mẫu bao gồm abstract factory, singleton, strategy pattern tất cả đều sẽ giúp làm cho lập trình với Python hiệu quả hơn nhiều.
You will also find out how towork with a range of design patterns including abstract factory, singleton, strategy pattern, all of which will help make programming with Pyt….
Mẫu thiết kế Abstract Factory được sử dụng để tạo các họ của các đối tượng liên quan hoặc phụ thuộc.
The intent of Abstract Factory method pattern is to allow the creation of families of related or dependent objects.
Abstract Factory pattern rất giống với Factory Pattern ngoại trừ việc nó là factory của các factory..
Abstract Factory pattern is almost similar to Factory Pattern except the fact that its more like….
Điều đầu tiên mà Abstract Factory Pattern đề xuất chính là việc khai báo từng interface cho từng sản phẩm riêng biệt trong một nhóm sản phẩm( ví dụ: Chair, Sofa, CoffeeTable,…).
The first thing the Abstract Factory pattern suggests is to explicitly declare interfaces for each distinct product of the product family(e.g., chair, sofa or coffee table).
Abstract Factory pattern rất giống với Factory Pattern ngoại trừ việc nó là factory của các factory..
Abstract Factory pattern is similar to Factory pattern and it's factory of factories..
Abstract Factory pattern rất giống với Factory Pattern ngoại trừ việc nó là factory của các factory..
The Abstract Factory pattern is similar to the Factory Method pattern, except it creates families of related objects.
Abstract Factory: Ừ đúng đấy, đã có lúc tôi bị nhầm lẫn là cha Factory Method, và tôi biết ổng cũng bị giống như tôi.
Abstract Factory: It is true, there have been times I have been mistaken for Factory Method, and I know you have had similar issues, Factory Method.
Trong Abstract Factory pattern, 1 interface chịu trách nhiệm để tạo ra 1 nhà máy cho những object tương tự nhau mà không chỉ định rõ ra class của chúng.
In Abstract Factory pattern an interface is responsible for creating a factory of related objects, without explicitly specifying their classes.
Abstract Factory định nghĩa ra 1 interface cho việc tạo ra tất cả các đối tượng khác nhau, nhưng để lại việc tạo đối tượng thực sự cho các lớp Concrete Factory..
Abstract Factory defines an interface for creating all distinct products, but leaves the actual product creation to concrete factory classes.
Trong Abstract Factory pattern, chúng ta sẽ loại bỏ các if- else block trên và có các factory cho mỗi sub- class và sau đó Abstract Factory class sẽ trả về các sub- class dựa trên các input là các factory class.
In Abstract Factory pattern, we get rid of the if-else block and have a factory class for each sub-class, and then an Abstract Factory class that will return the sub-class based on the input factory class.
Results: 29, Time: 0.0178

Word-for-word translation

Top dictionary queries

Vietnamese - English