List of OO Languages
From CSSEMediaWiki
(Difference between revisions)
Line 1: | Line 1: | ||
The following is a small list of common languages which support programming in an object oriented style: | The following is a small list of common languages which support programming in an object oriented style: | ||
− | ====Class | + | ====Class Encapsulation==== |
* Python | * Python | ||
* C++ | * C++ | ||
Line 14: | Line 14: | ||
* Objective C | * Objective C | ||
− | ====Object | + | ====Object Encapsulation==== |
* Ruby | * Ruby | ||
* Smalltalk | * Smalltalk |
Revision as of 22:28, 13 October 2009
The following is a small list of common languages which support programming in an object oriented style:
Class Encapsulation
- Python
- C++
- Common Lisp
- C#
- J#
- Delphi
- ECMAScript (Javascript/Actionscript)
- Java
- PHP
- Perl v5
- Objective C
Object Encapsulation
- Ruby
- Smalltalk