Inheritance vs. Composition
In object-oriented programming, inheritance and composition are two techniques for relating our classes and providing code reusability. Inheritance is where we inherit properties and functionality […]
In object-oriented programming, inheritance and composition are two techniques for relating our classes and providing code reusability. Inheritance is where we inherit properties and functionality […]
Robert Martin, author of Clean Code, described 10 principles around object-oriented design. The first five are known as SOLID principles. SOLID is an acronym for: […]
I can remember interviewing for my first software development jobs just after graduating school. It seemed like almost every interview and most job listings mentioned […]
It is known that HTML, CSS and JavaScript make up the foundation of a website. Of course you can always have other frameworks or libraries […]
Copyright © 2024 | WordPress Theme by MH Themes