Object Oriented Software Engineering   View all facts   Glossary   Help
subject > criterion > quality > software quality > polymorphism
Next software qualityportability    Upsoftware quality    Previous software qualitymodularity   

polymorphism
subjectfact 
polymorphismhas definition A property of object oriented software by which an abstract operation may be performed in different ways in different classes2001-08-30 14:57:01.0
exists when several classes which each implement the operation either have a common superclass in which the operation exists, or else implement an interface that contains the operation2001-08-30 14:57:01.0
gets power from dynamic binding2001-08-30 14:57:01.0
is one of the fundamental features of the object oriented paradigm2001-08-30 14:57:01.0
is a subtopic of 2.4 - Methods, Operations and Polymorphism2001-08-30 14:57:01.0
is a kind of software quality2001-08-30 14:57:01.0