Java Classes Question:

What is meant by OO paradigm?

Tweet Share WhatsApp

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)

Download Java Classes PDF Read All 76 Java Classes Questions
Previous QuestionNext Question
Explain how to create connectionpooling in Tomcat?How to load a class from a remote server?