some notes i took.
The Single Responsibility rule states that a class should have a single purpose, and its methods should all be related to that purpose.
The Encapsulation rule states that a class’s implementation details should be hidden from its clients as much as ...
maheshchandraregmi.com.np1 min read