
Meaning of SPECIALISATION
|
|
|   |
WordNet Dictionary |
| |
| | Definition: | |
- [n] the special line of work you have adopted as your career; "his specialization is gastroenterology"
- [n] the act of specializing; making something suitable for a special purpose
- [n] (biology) the structural adaptation of some body part for a particular function; "cell differentiation in the developing embryo"
|
|   |
SPECIALISATION is a 14 letter word that starts with S. |
| | Synonyms: | | differentiation, specialism, speciality, specialization, specialization, specialty |
|   |
| | See Also: | | adaptation, adjustment, calling, career, change of state, vocation | |
Computing Dictionary |
| |
| | Definition: | | A reduction in generality, usually for the sake of increased efficiency. If a piece of code is specialised for certain values of certain variables (usually function arguments), this is known as "partial evaluation". In a language with overloading (e.g. haskell), an overloaded function might be specialised to a non-overloaded instance at compile-time if the types of its arguments are known. |
|   |
|
|