CS 3304: Comparative Languages
Object-Oriented Programming
[
Course Documents
] : [
Object-Oriented Programming
]
Previous
Contents
Next
Keyword Index
Eiffel Characteristics
Has primitive types and objects
All objects get three operations, copy, clone, and equal
Methods are called routines
Instance variables are called attributes
The routines and attributes of a class are together called its features
Object creation is done with an operator (!!)
Constructors are defined in a creation clause, and are explicitly called in the statement in which an object is created