TypeScript
๐

TypeScript
Exploring SOLID Principles: Focus on Single Responsibility in Typescript
Single Responsibility Principle (SRP): This says that each class or block of code (method) should have a single responsibility to accomplish the task. Means, there should be only one reason...
๐

TypeScript
TypeScript Inheritance Explained: Complete Deep Dive
Typescript is free, open source and OOPs based programming language and created and maintained by Microsoft. Basically, it is a superset of Javascript and helps us to write good quality...