Advertisements
Advertisements
प्रश्न
Explain Object Model with example.
थोडक्यात उत्तर
उत्तर
Object Model:
- Object model stores the data in the form of objects, attributes, and methods, classes, and inheritance.
- This model handles more complex applications, such as Geographic Information System (GIS), scientific experiments, engineering design, and manufacturing.
- It is used in file Management systems.
- It represents real-world objects, attributes, and behaviours.
- It provides a clear modular structure.
- It is easy to maintain and modify the existing code.
An example of the Object model is: Shape
Object Model
Circle, Rectangle, and Triangle are all objects in this model
- The circle has the attribute radius.
- Rectangle has the length and breadth of the attribute.
- Triangle has the attributes base and height.
- The objects Circle, Rectangle, and Triangle inherit from the object Shape.
shaalaa.com
Data Model
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
What do you understand by Data Model?
Which database model represents the parent-child relationship?
The relational database model was first proposed by ______
What type of relationship does the hierarchical model represent?
Who is called the Father of Relational Database from the following?
Who developed ER model?
What is the difference between the Hierarchical and Network data models?
Write a note on different types of DBMS users.
Explain the different types of data models.