Session 11 Flashcards
1
Q
Early binding vs Late binding?
A
Early binding:
* Data types are defined at creation time.
* Attributes have predefined datatypes.
* Static nature
Late binding:
* Data types are determined at runtime.
* Can hold different data types at different times.
* Dynamic nature
2
Q
Versioning in OODM?
A
- Tracks and perserves the history of an object’s state over time.
3
Q
A