+ 1
how java both procedure and object oriented approach???
1 Respuesta
+ 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