+ 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.
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.