Articles
Tags
AllClient-Side ArchitectureDesignDesign PrinciplesDomain-Driven DesignEnterprise Node + TypeScriptGraphQLHumans & CodeNetworking & OpsObject-Oriented AnalysisObject-Oriented DesignObject-Oriented ProgrammingSoftware DesignSoftware ProfessionalismTest-Driven DevelopmentThe Phases of CraftshipWeb Development
2
Showing 2 article(s) about "Abstraction"
4 Principles of Object-Oriented ProgrammingObject-Oriented Programming
The four principles of object-oriented programming (abstraction, inheritance, encapsulation, and polymorphism) are features that -...
When to Use TypeScript Abstract ClassesTypeScript
Abstract classes are similar to interfaces, but we use them to provide common behavior to subclasses or implement inversion of con...