Relational Database Management System (RDBMS) Question:

What is Object Oriented model?

Tweet Share WhatsApp

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.

Download RDBMS PDF Read All 98 RDBMS Questions
Previous QuestionNext Question
What is E-R model?What is an Entity type?