DEV Community

Bisvarup Mukherjee
Bisvarup Mukherjee

Posted on

OO principles from OOA & D

  • Encapsulate what varies
  • Code to an interface rather than to an implementation
  • Each class in your application should have one reason to change
  • Classes are about behaviour and functionality

Top comments (0)