-
81 метод сортировки
Programming: sorting method -
82 метод теории вероятностей
Programming: probability theory methodУниверсальный русско-английский словарь > метод теории вероятностей
-
83 метод точки привязки
Programming: anchor-point methodУниверсальный русско-английский словарь > метод точки привязки
-
84 метод фабрики
Programming: factory method -
85 метод форматирования
Programming: formatting methodУниверсальный русско-английский словарь > метод форматирования
-
86 метод экземпляра
Programming: instance method (в языке Java - метод, распространяющийся на конкретный экземпляр класса) -
87 метод экземпляра класса
Programming: instance method (любой метод, применяемый к экземпляру класса)Универсальный русско-английский словарь > метод экземпляра класса
-
88 объект-метод
Programming: instance method -
89 переопределённый метод
Programming: overridden methodУниверсальный русско-английский словарь > переопределённый метод
-
90 применить метод к переменной
Programming: execute a method against a variableУниверсальный русско-английский словарь > применить метод к переменной
-
91 программа метода организации доступа
Programming: access method routineУниверсальный русско-английский словарь > программа метода организации доступа
-
92 размышления вслух
Programming: think-aloud method -
93 синхронизированный метод
Programming: synchronized methodУниверсальный русско-английский словарь > синхронизированный метод
-
94 синхронизированный статический метод
Programming: synchronized static methodУниверсальный русско-английский словарь > синхронизированный статический метод
-
95 статический метод генерации
Programming: static factory methodУниверсальный русско-английский словарь > статический метод генерации
-
96 строковый метод
Programming: string method -
97 строковый метод форматирования
Programming: string formatting methodУниверсальный русско-английский словарь > строковый метод форматирования
-
98 терминальный метод
Programming: final method (в Java - метод, который не может переопределяться в подклассах. Объявляется с ключевым словом final)Универсальный русско-английский словарь > терминальный метод
-
99 управляемый событиями метод рассуждений
Programming: event-driven methodУниверсальный русско-английский словарь > управляемый событиями метод рассуждений
-
100 нестатическая функция-член
Programming: (C++)(класса) nonstatic member function (в Java соответствует понятию instance 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