0
Why java is called as bottom up approach while C is called as top down approach?
it's difference between c and java
2 Respostas
+ 1
JAVA, C++ etc are OOP (Object Oriented Programming) language while C is structure or procedure oriented programming language.
In OOP starts designing from class from basic level of the programming features and then goes to the main part and vice-versa....
0
thanks Rameshwor