Dynamic programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Dynamic programming

what is the most important in dynamic programming

2nd May 2018, 8:11 AM
Dilshodjon Olimov
Dilshodjon Olimov - avatar
1 Answer
+ 1
This is a very broad question. I think what your asking is how can oop be used to create solutions to large scale problems while remaining maintainable. Using OOP to its fullest is important in keeping inheritance based relationships between objects and classes which helps with the flow of a project as well as the use of generics which allow for the conversion of one type to another. polymorphism is also very useful. in short: [inheritance, polymorphism, generics, interfaces] are useful when creating a dynamic application that can conform to changes easily.
4th May 2018, 12:06 AM
John
John - avatar