CS 3304: Comparative Languages
Object-Oriented Programming
[
Course Documents
] : [
Object-Oriented Programming
]
Previous
Contents
Next
Keyword Index
Categories of OOP Support
OOP support is added to an existing language
C++ (also supports procedural & data-oriented)
Ada 95 (also procedural and data-oriented)
CLOS (also supports FP)
Scheme (also supports FP)
Support OOP, but same appearance & basic structure of earlier imperative languages
Eiffel (not based directly on any previous language)
Java (based on C++)
Pure OOP languages
Smalltalk