Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Free On-line Dictionary of Computing (30 December 2018)
dynamic binding

   The property of object-oriented programming languages where
   the code executed to perform a given operation is determined
   at run time from the class of the operand(s) (the receiver
   of the message).  There may be several different classes of
   objects which can receive a given message.  An expression may
   denote an object which may have more than one possible class
   and that class can only be determined at run time.  New
   classes may be created that can receive a particular message,
   without changing (or recompiling) the code which sends the
   message.  An class may be created that can receive any set of
   existing messages.

   C++ implements dynamic binding using "virtual member
   functions".

   One important reason for having dynamic binding is that it
   provides a mechanism for selecting between alternatives which
   is arguably more robust than explicit selection by
   conditionals or pattern matching.  When a new subclass is
   added, or an existing subclass changes, the necessary
   modifications are localised: you don't have incomplete
   conditionals and broken patterns scattered all over the
   program.

   See overloading.


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy