Overriding - Research Article from World of Computer Science

This encyclopedia article consists of approximately 3 pages of information about Overriding.

Overriding - Research Article from World of Computer Science

This encyclopedia article consists of approximately 3 pages of information about Overriding.
This section contains 650 words
(approx. 3 pages at 300 words per page)
Buy the Overriding Encyclopedia Article

Overriding in computer programming is a form of polymorphism, which means "can take many forms." In object-oriented terminology, an overridden method or function is one that is redefined in a subclass derived from a superclass.

What it means in practice is that the compiler of a language that supports overriding can distinguish between two or more functions or operators that are both represented by the same name or symbol, and have the same function signature.

In computer programming, a function is a self-contained sequence of code statements that perform a set of actions and return a value of a known type, and an operator is a symbol that represents a specific action. A function's signature is a combination of the function's name; the number, order, and types of its parameters; as well as any qualifiers that can be applied to the function. Operators and functions are implemented in...

(read more)

This section contains 650 words
(approx. 3 pages at 300 words per page)
Buy the Overriding Encyclopedia Article
Copyrights
Gale
Overriding from Gale. ©2005-2006 Thomson Gale, a part of the Thomson Corporation. All rights reserved.