Menu

#Composition

11 posts

Feed·
8 of 11 posts
📰
0

What do people mean when they say composition is better than inheritance?

Reddit r/learnprogramming·u/ShoeChoice5567·5 months ago
#MeVZNrS7

For example, in some bank app there is an `Account` class, which is the superclass of `SavingsAccount` and `BusinessAccount`. How would you change this to composition? I don't get how composition would work here.…

15s
Read More