| |
|
|
Object-Oriented Programming
|
ALSO CALLED: Object-Oriented Design and OOP
DEFINITION: In object-oriented programming, polymorphism (from the Greek meaning "having multiple forms") is the characteristic of being able to assign a different meaning or usage to something in different contexts - specifically, to allow an entity such as a variable, a function, or an object to have more than one form. There are several different kinds of
Definition continues below.
|
|
| Recent Vendor Reports on Object-Oriented Programming |
NetCharts Pro Product Description
| sponsored by Visual Mining, Inc.
PRODUCT OVERVIEW:NetCharts Pro is the chart generation solution of choice for Java programmers. It can be used to chart-enable Java based web applications and stand-alone applications. Posted: 15 Oct 2003 | Published: 01 Jan 2002
|
|
|
|
| |
OBJECT-ORIENTED PROGRAMMING DEFINITION (continued):
polymorphism. 1) A variable with a given name may be allowed to have different forms and the program can determine which form of the variable to use at the time of execution. For example, a variable named USERID may be capable of being either an integer (whole number) or a string of characters (perhaps because the programmer wants to allow a user to enter a user ID as either an employee number - an integer - or with a name - a string of characters). By giving the program a way to distinguish which form is being handled in each case, either kind can be recognized and handled. 2) A named
Object-Oriented Programming definition sponsored by SearchCIO-Midmarket.com, powered by WhatIs.com an online computer dictionary
|
| |
|