Classes and Objects 01 Flashcards
1
Q
What is the relationship between a class and an object?
A
A class defines the state and the behaviour for the objects representation.
2
Q
How does a class model object state/behaviour?
A
A class model sates with fields and behaviours with methods.