Wipro Interview Question

What is meant SOLID principle

Interview Answers

Anonymous

Jun 12, 2026

five foundational design guidelines in object-oriented programming that help developers write maintainable, understandable, and scalable code

Anonymous

Jun 25, 2026

SOLID is set of five object-oriented design principles that helps to create maintainable software. Contains SRP, OCP, LSP, ISP, DIP