What are the different types of programming approach
Answers
Answered by
3
Most common programming paradigms: -Procedural which groups code into functions; -Object-oriented which groups code together with the state the code modifies
Similar questions