Answer:
OO paradigm = Object Oriented Paradigm.
This is the basic concept of Object Oriented Languages.It actually means we have to only work out with objects.Communications take place between classes with the help of objects
Ex:- Java,C++ ,But not C(Function Oriented)
This is the basic concept of Object Oriented Languages.It actually means we have to only work out with objects.Communications take place between classes with the help of objects
Ex:- Java,C++ ,But not C(Function Oriented)
Previous Question | Next Question |
Explain how to create connectionpooling in Tomcat? | How to load a class from a remote server? |