explain the difference between procedural programming and object oriented programming with the help of one example
Answers
Answered by
2
Procedural programming language is the programming language where the source code is compiled/interpreted and executed. This type of language cannot be executed on every machine. Object oriented programming is the language where the source code is compiled first, converted into byte code and then interpreted by the interpreter into machine code and executed. This allows this language to be plateform independent.
Similar questions