how java both procedure and object oriented approach??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how java both procedure and object oriented approach???

17th Dec 2016, 6:39 PM
Somnath Ghosh
Somnath Ghosh - avatar
1 Answer
+ 2
Procedure approach : read the code by the top-down, focus on process and the most of the code is written in one file. Object approach : read the code by the bottom-up, focus on the interaction between objects and the code is dispatched on classes
17th Dec 2016, 6:55 PM
Amine M. Boulouma
Amine M. Boulouma - avatar