-
41 вызов строкового метода
Programming: string method callsУниверсальный русско-английский словарь > вызов строкового метода
-
42 генерирующий метод
Programming: factory methodУниверсальный русско-английский словарь > генерирующий метод
-
43 глобальная область видимости, ассоциированная с методом
Programming: global scope associated with a methodУниверсальный русско-английский словарь > глобальная область видимости, ассоциированная с методом
-
44 действительные имена методов
Programming: valid method namesУниверсальный русско-английский словарь > действительные имена методов
-
45 действительные имена методов объекта-экземпляра
Programming: valid method names of an instance objectУниверсальный русско-английский словарь > действительные имена методов объекта-экземпляра
-
46 деструктивный метод
Programming: destructive methodУниверсальный русско-английский словарь > деструктивный метод
-
47 закрытый метод
Programming: private method (в ООП - метод объекта, реализация которого неизвестна, - он доступен только через интерфейс) -
48 метод COMET
-
49 метод анализа архитектуры ПО
Programming: Software Architecture Analysis MethodУниверсальный русско-английский словарь > метод анализа архитектуры ПО
-
50 метод анализа программной архитектуры
Programming: Software Architecture Analysis Method (сокр. SAAM)Универсальный русско-английский словарь > метод анализа программной архитектуры
-
51 метод архитектурного проектирования
Programming: architectural design methodУниверсальный русско-английский словарь > метод архитектурного проектирования
-
52 метод архитектурного проектирования и моделирования параллельных объектов
Programming: Concurrent Object Modeling and architectural design mEThod (сокр. COMET)Универсальный русско-английский словарь > метод архитектурного проектирования и моделирования параллельных объектов
-
53 метод верификации
Programming: verification method -
54 метод генерации
Programming: factory method -
55 метод дерева классификации
Универсальный русско-английский словарь > метод дерева классификации
-
56 метод множественного ввода
Programming: array input method (обеспечивающий использование цифровой клавишной панели прибора для ввода символов, ассоциированных с соответствующими цифрами)Универсальный русско-английский словарь > метод множественного ввода
-
57 метод моделирования параллельных объектов
Programming: concurrent object modeling methodУниверсальный русско-английский словарь > метод моделирования параллельных объектов
-
58 метод обнаружения ошибок компилятором
Programming: compile-time error-detection methodУниверсальный русско-английский словарь > метод обнаружения ошибок компилятором
-
59 метод образцов
Programming: template method -
60 метод озвучивания мнений
Programming: think-aloud methodУниверсальный русско-английский словарь > метод озвучивания мнений
См. также в других словарях:
Method overriding — Method overriding, in object oriented programming, is a language feature that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its superclasses or parent classes. The… … Wikipedia
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
Method overriding (programming) — Method overriding, in object oriented programming, is a language feature that allows a subclass to provide a specific implementation of a method that is already provided by one of its superclasses. The implementation in the subclass overrides… … Wikipedia
Programming language theory — (commonly known as PLT) is a branch of computer science that deals with the design, implementation, analysis, characterization, and classification of programming languages and programming language features. It is a multi disciplinary field, both… … Wikipedia
Programming by demonstration — (PbD) is a technique for teaching acomputer or a robot new behaviors by demonstrating the task totransfer directly instead of programming it through machinecommands.The term Programming by example (PbE) or Programming bydemonstration (PbD)… … Wikipedia
Method — may refer to: Scientific method, a series of steps taken to acquire knowledge Method (computer programming), a piece of code associated with a class or object to perform a task Method (music), a kind of textbook to help students learning to play… … Wikipedia
Method chaining — is a common technique for invoking multiple method calls in object oriented programming languages. Each method returns an object (possibly the current object itself), allowing the calls to be chained together in a single statement.[1] A method… … Wikipedia
Method (computer programming) — In object oriented programming, a method is a subroutine (or procedure or function) associated with a class. Methods define the behavior to be exhibited by instances of the associated class at program run time. Methods have the special property… … Wikipedia
Method signature — In computer programming, especially object oriented programming, a method is commonly identified by its unique method signature, which usually includes the method name, and the number, types and order of its parameters.[1] A method signature is… … Wikipedia
Method (computer science) — In object oriented programming, the term method refers to a subroutine that is exclusively associated either with a class (called class methods, static methods, or factory methods) or with an object (called instance methods). Like a procedure in… … Wikipedia
Method of lines — The method of lines (MOL, NMOL, NUMOL) (Schiesser, 1991; Hamdi, et al., 2007; Schiesser, 2009 ) is a technique for solving partial differential equations (PDEs) in which all but one dimension is discretized. MOL allows standard, general purpose… … Wikipedia