Objects And Classes Flashcards

1
Q

OOP

A
  • models application as world of interacting objects
  • objects can create other objects
  • objects can call another objects (and their own) methods - “send messages”
  • objects have DATA FIELDS: hold value that can change while program is running
How well did you know this?
1
Not at all
2
3
4
5
Perfectly