SOLID stands for Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency inversion principle. It is helpful in OOPS and robust Java applications.
Single Responsibility
1 post
SOLID stands for Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency inversion principle. It is helpful in OOPS and robust Java applications.