Day 2 of Landing a Job in 30 days

Day 2 of Landing a Job in 30 days

·

1 min read

Hi guys✋,This is day 2 of landing a Job in 30days👩‍💻.

I went through a outline about SOLID principle

SOLID-

  • S- Single Responsibility Principle (SRP) ->Each class should have only one sole purpose not be filled with excessive functionality

  • O- Open-Closed Principle (OCP) ->Classes should be open for extension,closed for modification .In other words ,you should not have to rewrite an existing class for implementing new features.

  • L- Liskov Substitution Principle (LSP) ->This means that every subclass or derived class should be substitutable for their base or parent class.

  • I- Interface Segregation Principle (ISP)

  • D- Dependency Inversion Principle (DIP)

After completing it fully I will Share the github link.

I made some research for the open source project .There I found one new project idea which will help me to understand open source project clearly .So i have gone through few things related to that.

To solve problem i use this link - https://github.com/kunal-kushwaha/DSA-Bootcamp-Java/blob/main/assignments/06-searching.md

Problem solved today

Happy Coding!!!!😃