asked 185k views
4 votes
"what is meant by object responsibility and why is it important?"

1 Answer

3 votes
Object responsibility is a design technique used in object-oriented programming. In this design principle objects are responsible for carrying out system processing.Object oriented design is driven by the mantra that an Object Must be Responsible for Itself. It is important because it enables every module or class to have responsibility over a single part of the functionality provided by the software.
answered
User Alex Ketay
by
8.0k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.