172k views
4 votes
. Java is an object-oriented language.... true or false?

2 Answers

1 vote

Answer:

True!

Step-by-step explanation:

User Chaunv
by
6.0k points
5 votes

Answer:

True

Step-by-step explanation:

Java is an object oriented programming language. We can call any programming language as object oriented programming language if it supports the below concepts

Encapsulation

Data Abstraction

Polymorphism

Inheritance

Association

Aggregation

Composition

Java supports all of the above concepts using Class data type.

So java is an Object Oriented programming language.

The Answer is True.

User James Hillyerd
by
6.1k points