Please enable JavaScript.
Coggle requires JavaScript to display documents.
Introduction to Object-Oriented Languages (Non-OOL (Assembly, FORTRAN,…
Introduction to Object-Oriented Languages
Non-OOL
Assembly, FORTRAN, COBOL
Procedural Language
Long piece of Code [data + logic]
2 Common Terms
Class
Describe & Define:
Attributes
~ "Properties"
Behaviour
~ "Method"
Characteristics
Well defined-Idea
Description
Definition
Not a Thing yet
Example: Class = Person
Attributes
-> Data | Variable
Name
Height
Weight
Gender
Age
Behaviour
Walk
Jump
Run
Speak
Sleep
Object