Can anyone tell me how to plan a oop project | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Resposta
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