- 1
C++
In C++ my teacher told that there is a bottom to top aproach . Can someone explain me what this really mean ?
1 Odpowiedź
0
top down approach is design structure meaning program design then stubbing out functions, then writing each function. Whereas bottom up is the other way around. I usually go back and forth between the two as I desire during a single project.