DictionaryForumContacts

   English
Terms for subject Programming containing association of a request to an object and one of its operations | all forms | exact matches only | in specified order only
EnglishRussian
association of a request to an object and one of its operationsассоциация между запросом к объекту и одной из его операций (ssn)
dynamic binding: The run-time association of a request to an object and one of its operations. In C++, only virtual functions are dynamically boundдинамическое связывание: ассоциация между запросом к объекту и одной из его операций, устанавливаемая во время выполнения. В C ++ динамически связываться могут только виртуальные функции (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn)