0
19kviews
Explain with suitable e.g. object identity, object structure & type constructors in OODBs.
1 Answer
| written 8.9 years ago by |
Object Identity:
Any object has 2 properties i.e. state & behaviour hence, it’s similar to the program variable but object has complex structure.
There are two types of object :-
1.) Transient object 2.) Persistent object
1.) Transient object: - These objects exist during the execution but destroy ones the …