0

Any project ideas that could help me understand OOP?

or any ways that could help me understand OOP. thanks

7th Jan 2017, 11:01 AM
Wira SW
Wira SW - avatar
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!
7th Jan 2017, 12:33 PM
seamiki
seamiki - avatar
+ 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.
7th Jan 2017, 12:00 PM
Andrii Voloshchuk
Andrii Voloshchuk - avatar
0
The best way to study OOP is to make a GUI app. At least that's when I started to use class myself.
16th Feb 2017, 6:40 AM
Sungmin Woo
Sungmin Woo - avatar