engineering computer science MCQ #864

Which data model represents data as a collection of objects?

engineering computer science MCQ #864

  1. Question 1

    Q1. Which data model represents data as a collection of objects?

    • A) Relational model
    • B) Object-oriented model
    • C) Hierarchical model
    • D) Network model

    Answer: Object-oriented model

    Explanation: The object-oriented model represents data as objects that contain data and methods that operate on that data.