Hello, I am a beginner in the programming world. I have some basic knowledge of object oriented programming. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Hello, I am a beginner in the programming world. I have some basic knowledge of object oriented programming.

Can you please please suggest some projects in which I can work upon.

24th Feb 2018, 4:12 PM
Dev Dutt
Dev Dutt - avatar
3 Answers
+ 5
Go do c++ course. After that try coding a simple card game or something like snake.
24th Feb 2018, 4:22 PM
Nitzan
Nitzan - avatar
+ 3
You could try creating a simple game, based around object oriented programming, where there are enemies and a player all fighting each other, as if in a turn based game. Make it so that they all have health, an attack with a certain strength, a function that initializes all of their variables, and maybe even a way for them to heal. You could also add a function that runs when they die, printing out some sort of a message or ending the battle. You could maybe even have several different enemies, all inheriting from one monster class.
24th Feb 2018, 4:22 PM
Faisal
Faisal - avatar
+ 2
see the all videos of durga sir on YouTube after complete all video you become master of oops
25th Feb 2018, 10:52 AM
Yash Rajput
Yash Rajput - avatar