Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
polymorphism
polymorphic
The ability to leave parts of a type in a
typed language unspecified. The term has three distinct uses:
* Parametric polymorphism refers to the use of type variables in
a strongly typed language.
* Overloading, sometimes called ad-hoc polymorphism, means
using the same syntax for different types.
* object-orientated polymorphism allows a variable to refer to
objects whose class is not known at compile time.
(2014-01-05)