Posts

Showing posts from 2019

What is SOLID Principle ?

Solid principle teach us how to code in better and efficient way so that the code can be easily understandable, highly maintainable and highly reusable. We can get rid of problems that occurred during application development. S for Single Responsibility O for Open Close Principle L for Liskov Substitution I for Inversion Control D for Dependancy Inversion Note: For example or explanation, Please ask through comment.