What are data model and class model in Object Oriented Approach specially in C++?

Showing Answers 1 - 3 of 3 Answers

Data model is an abstract model which describes the representation and usage of data.In oops context data are modeled as units of objects and data model represents the logical organization of real world objects,with constraints and the establishing relationship among the objects.

Class model contains objects of same type of values and same methods.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions