0 votes
in DBMS by
What is Object Oriented model in DBMS?

1 Answer

0 votes
by

This model is based on collection of objects. An object contains values stored in

instance variables with in the object. An object also contains bodies of code that

operate on the object. These bodies of code are called methods. Objects that contain

same types of values and the same methods are grouped together into classes.

Related questions

0 votes
0 votes
0 votes
asked Oct 27, 2019 in DBMS by rajeshsharma
0 votes
asked Oct 27, 2022 in Python by SakshiSharma
...