From course:
(Practice similar questions for free)
Programming Module (revision for friday's test)
» Start this Course(Practice similar questions for free)
Question:
What is the difference between procedural programming and OOP?
Author: Hannah QureshiAnswer:
In procedural programming, data is stored in the main program and passed to functions. In OOP the data and subroutines are stored together in objects which are created from classes.
0 / 5 Â (0 ratings)
1 answer(s) in total