Relational Database Management System (RDBMS) Question:
What is Object Oriented model?
Answer:
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.
Previous Question | Next Question |
What is E-R model? | What is an Entity type? |