CS 3304: Comparative Languages
Object-Oriented Programming
[
Course Documents
] : [
Object-Oriented Programming
]
Previous
Contents
Next
Keyword Index
Overview of Smalltalk
Smalltalk is a pure OOP language
Everything is an object
All computation is through objects sending messages to objects
It adopts none of the appearance of imperative languages
The Smalltalk Environment
The first complete GUI system
A complete system for software development
All of the system source code is available to the user, who can modify it if he/she wants