0
kicks
OOP inheritance vs. OOP composition
Object oriented programing inheritance creates a “is a” relationship with the parent class. Object oriented programing composition creates a “has a” relationship with other class.