Object-Oriented Emotions

Object-Oriented Emotions
📝 Intro: Why OOP Needs a Rebrand Let’s be honest most people learn Object-Oriented Programming (OOP) from textbooks that feel like they were written by robots for other robots. Dry terms...
0 Read More

Inheritance Vs composition

InheritanceInheritance is a mechanism in object-oriented programming (OOP) where a new class (the child class or subclass) inherits properties and methods from an existing class (the parent class or s...
0 Read More