Java Classes Question:

What is meant by OO paradigm?

Java Classes Interview Question
Java Classes Interview Question

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)


Previous QuestionNext Question
Explain how to create connectionpooling in Tomcat?How to load a class from a remote server?