0
Any project ideas that could help me understand OOP?
or any ways that could help me understand OOP. thanks
3 Answers
+ 5
define a vehicle class with varoius options, functions.
create different objects of the vehicle class and have them driving on the screen. enjoy the traffic!
+ 1
The best idea imho is to create some kind of shop, this project would contain classes with inheritance, mathematical operations and object relationships like user buys product, etc. I had a lot of projects that kind during studying.
0
The best way to study OOP is to make a GUI app. At least that's when I started to use class myself.