List of OO Languages
From CSSEMediaWiki
(Difference between revisions)
(New page: The following is a small list of common languages which support programming in an object oriented style: * C++ * Common Lisp * C# * Delphi * ECMAScript (Javascript/Actionscript) * Java * ...) |
|||
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 based==== | ||
+ | * Python | ||
* C++ | * C++ | ||
* Common Lisp | * Common Lisp | ||
* C# | * C# | ||
+ | * J# | ||
* Delphi | * Delphi | ||
* ECMAScript (Javascript/Actionscript) | * ECMAScript (Javascript/Actionscript) | ||
* Java | * Java | ||
* PHP | * PHP | ||
− | * | + | * Perl v5 |
+ | |||
+ | ====Object based==== | ||
* Ruby | * Ruby | ||
* Smalltalk | * Smalltalk |
Revision as of 19:42, 13 October 2009
The following is a small list of common languages which support programming in an object oriented style:
Class based
- Python
- C++
- Common Lisp
- C#
- J#
- Delphi
- ECMAScript (Javascript/Actionscript)
- Java
- PHP
- Perl v5
Object based
- Ruby
- Smalltalk