object-oriented programming

From Lojban
Revision as of 14:27, 30 October 2014 by Gleki (talk | contribs) (Created page with "''Object-oriented programming'' (OOP) is a programming paradigm that represents the concept of "objects" that have data fields (attributes that describe the object) and associ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Object-oriented programming (OOP) is a programming paradigm that represents the concept of "objects" that have data fields (attributes that describe the object) and associated procedures known as methods. Objects, which are usually instances of classes, are used to interact with one another to design applications and computer programs. C++, Objective-C, Smalltalk, Delphi, Java, Javascript, C#, Perl, Python, Ruby and PHP are examples of object-oriented programming languages.