Physics, asked by anugrah8222, 1 year ago

What is an object-based DSM? Explain with example.

Answers

Answered by ritika5468
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