-
1 employ
§ მოხმარა, გამოყენება, ხმარება§1 სამუშაოდ აყვანა (აიყვანს), დაქირავებაthe factory employs 5.000 men ქარხანაში 5.000 კაცი მუშაობს2 გამოყენება (გამოიყენებს)before employing me they screened me სანამ სამსახურს დამაწყებინებდნენ, ჩემი წარსული შეამოწმეს -
2 produce
1 პროდუქცია, ნაწარმი, პროდუქტი2 წარმოება (აწარმოებს), მზადება (ამზადებს), გამოშვება (გამოუშვებს)this factory produces machines ეს ქარხანა ჩარხებს ამზადებს / უშვებს3 გვაძლევს, იძლევა4 წარდგენა (წარადგენს)5 ამოღება (ამოიღებს)6 დადგმა (დადგამს)●●to produce an impression შთაბეჭდილების მოხდენაto make / produce / shoot a film კინოსურათის გადაღება
См. также в других словарях:
Factory Method — Der Begriff Fabrikmethode (englisch Factory Method) bezeichnet ein Entwurfsmuster (engl. Design Pattern) aus dem Bereich der Softwareentwicklung. Das Muster beschreibt, wie ein Objekt durch Aufruf einer Methode anstatt durch direkten Aufruf eines … Deutsch Wikipedia
Factory method pattern — Factory method in UML Facto … Wikipedia
Factory Method (patrón de diseño) — Saltar a navegación, búsqueda En diseño de software, el patrón de diseño Factory Method consiste en utilizar una clase constructora (al estilo del Abstract Factory) abstracta con unos cuantos métodos definidos y otro(s) abstracto(s): el dedicado… … Wikipedia Español
Factory Method (patrón de diseño) — En diseño de software, el patrón de diseño Factory Method consiste en utilizar una clase constructora (al estilo del Abstract Factory) abstracta con unos cuantos métodos definidos y otro(s) abstracto(s): el dedicado a la construcción de objetos… … Enciclopedia Universal
Factory Method — … Википедия
Method overloading — is a feature found in various programming languages such as Ada, C#, C++ and Java that allows the creation of several functions with the same name which differ from each other in terms of the type of the input and the type of the output of the… … Wikipedia
Factory-Pattern — Der Begriff Fabrikmethode (englisch Factory Method) bezeichnet ein Entwurfsmuster (engl. Design Pattern) aus dem Bereich der Softwareentwicklung. Das Muster beschreibt, wie ein Objekt durch Aufruf einer Methode anstatt durch direkten Aufruf eines … Deutsch Wikipedia
Factory Pattern — Der Begriff Fabrikmethode (englisch Factory Method) bezeichnet ein Entwurfsmuster (engl. Design Pattern) aus dem Bereich der Softwareentwicklung. Das Muster beschreibt, wie ein Objekt durch Aufruf einer Methode anstatt durch direkten Aufruf eines … Deutsch Wikipedia
Factory pattern — See also Factory method pattern The Factory pattern is a creational design pattern used in software development to encapsulate the processes involved in the creation of objects. The creation of an object often requires complex processes not… … Wikipedia
Factory (disambiguation) — A factory is a large industrial building where goods are manufactured. The word can be traced back to the Latin factorium , which is literally a place of making (producing) .Factory may also refer to: * Factory (trading post), officially licensed … Wikipedia
Factory object — In object oriented computer programming, a factory object is an object for creating other objects. It is an abstraction of a constructor, and can be used to implement various allocation schemes, such as the singleton pattern.A factory object… … Wikipedia