SOLID Principle - S
In object oriented programming, multiple objects are written in one project. Each object should have a single responsibility. This is the first principle of SOLID.
CommunicationInterface is abstract class that can support different types of communica...
hyunwoochoi.hashnode.dev4 min read