What is an object-based DSM? Explain with example.
Answers
Answered by
0
Objects are abstract data typesdefined by the programmer. Objectsencapsulate both data and operations on that data. Data stores object state. Operations called methods. Object-Oriented design allows access to state only via methods.
Similar questions