Content deleted Content added
TAR Bamberg (talk | contribs) No edit summary |
Stevebroshar (talk | contribs) Use actual, precise meaning from source material |
||
Line 1:
{{Short description|
In [[
Any [[programming language|language]] that supports a construct with [[State (computer science)|state]], behavior (modified via associated [[procedure]]s), and [[identifier (computer programming)|identity]] is classified as [[object-based language|object-based]]. [[Object-oriented programming]] (OOP) is object-based with the addition of [[polymorphism (computer science)|polymorphism]] and [[inheritance (object-oriented programming)|inheritance]]. An object-oriented system integrates code (behavior) and data (state) into objects. In a [[class-based programming|class-based]] language, an object is an [[Instance (computer science)|instance]] of a [[class (computer science)|class]].
|