alchermd's avatar

Examples of problems that can be solved the Object Oriented way?

Hi everyone! New user subscriber here. I'm currently working through the Object Oriented Bootcamp. I kinda get the gist of Messages. Basically, you delegate tasks into separate dependencies and just setup interfaces that these classes can talk through, right?

I feel like this is a good topic to practice with. What are some problems that make use of these concepts?

0 likes
1 reply
ahuggins's avatar

I would say a Cart/Product is a pretty simple OOP example.

1 like

Please or to participate in this conversation.