SOLID Principles
overview: The SOLID principles are a set of design principles that aim to make software designs more understandable, flexible, and maintainable. They were introduced by Robert C. Martin, also known…
0 Comments
overview: The SOLID principles are a set of design principles that aim to make software designs more understandable, flexible, and maintainable. They were introduced by Robert C. Martin, also known…
Why we compare Sealed and Enum Classes in Kotlin. Are these really related ? Answer is YES. Enums and sealed classes are related in the sense that they both provide…