DEV Community

Vasudevan Tamilarasan
Vasudevan Tamilarasan

Posted on

Intro With Objects & Java.

Payilagam Day-07: 24-Feb-2025

Topic: Intro with Objects & Java

Actions need objects to complete. Objects are the real time things, that are used to complete the work or to do anything.

Everything in our daily life is an object. We see object with our daily activities.

Java also use this objects to do computational tasks. Hence it is called Object-oriented programming language.

Object-Oriented programming language => sounds like more tech word.

It is way of thinking & writing code to solve a problem in an efficient way.

Now, is there more than one way to writing code?

The answer is YES!. 

There are several types of way of writing code. This way of thinking & way of writing code is called Paradigm

The several programming paradigms are:

        a). Object-Oriented Paradigm.    
        b). Functional-Oriented Paradigm.
        c). Procedural-Oriented Paradigm.

        and many more.....
Enter fullscreen mode Exit fullscreen mode

These paradigms are the core structure of the programming language.

In the above paradigms, Java supports Object-Oriented paradigm.

Top comments (0)