Related posts:
Builder Pattern
-> Builder pattern is useful when you need to create an object with lots of possible configuration options. -> Builder is a creational design pattern that lets…
Top Software Architecture Interview Questions
1) Explain SOLID principles ? -> Single Responsibility Principle -> A module should be responsible to one, and only one, actor. -> Open/Closed Principle ->A software artifact should…
Top CSS Interview Questions
1) What are different CSS selectors ?-> A CSS selector is the part of a CSS rule set that actually selects the content you want to style.…