Menu

#Composition

10 posts

Feed·
7 of 10 posts
📰
0

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

Reddit r/learnprogramming·u/ShoeChoice5567·about 1 month 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