Computer Science, asked by omkarkhalkar2003, 4 months ago

explain need of OOP?​

Answers

Answered by Anonymous
5

OOP provides a clear modular structure for programs which makes it good for defining abstract datatypes where implementation details are hidden and the unit has a clearly defined interface. OOP makes it easy to maintain and modify existing code as new objects can be created with small differences to existing ones.

Similar questions