Object-oriented programming - Wikipedia, the free encyclopedia
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
Bookmark History
Public Sticky notes
Object-oriented programming
Highlighted by hanswobbe
Object-oriented programming may be seen as a collection of cooperating objects, as opposed to a traditional view in which a program may be seen as a group of tasks to compute ("subroutines"). In OOP, each object is capable of receiving messages, processing data, and sending messages to other objects.
Highlighted by glasswort
A pattern (exemplar) of a class.
Highlighted by glasswort
The instance is the actual object created at runtime
Highlighted by glasswort
inherit attributes and behaviors from their parent classes, and can introduce their own.
Highlighted by glasswort
Encapsulation is achieved by specifying which classes may use the members of an object.
Highlighted by glasswort
Polymorphism allows the programmer to treat derived class members just like their parent class' members
Highlighted by glasswort


Public Comment