+ 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.
3 Answers
+ 5
Go do c++ course. After that try coding a simple card game or something like snake.
+ 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.
+ 2
see the all videos of durga sir on YouTube after complete all video you become master of oops