Can anyone tell me how to plan a oop project | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can anyone tell me how to plan a oop project

Guys I have just jumped from c to c++. I have learnt so me basics of c++.but even after learning I am having difficulty in making program in oop please help me.

28th Mar 2017, 4:06 PM
Mrityunjay Jha
Mrityunjay Jha - avatar
1 Answer
0
Common methodologies include waterfall, prototyping, iterative and incremental development, spiral development, rapid application development, extreme programming and various types of agile methodology. Although your main dificultie probably emerge from the lack of OOP concept. Take a look at Clean Code book, it may help you understand better OOP so you can grasp better the vast number of software development methodologies and idenfy which one ia better for each project.
29th Mar 2017, 1:47 PM
Felipe Cruz
Felipe Cruz - avatar