Computer Science, asked by smdaquib2966, 1 year ago

Java is an object oriented programming language. True and false.

Answers

Answered by RAHULSEN504
11

Answer:

True. Java follows the principle of OOP, i.e., Object Oriented Programming

Answered by kavyapsynergy
0

Java is an object oriented programming language is a true statement.

Object-Oriented Programming Java

Java’s Object-Oriented Programming concepts has abstraction, encapsulation, inheritance and polymorphism.

Java defines OOPs concepts as follows:

  • Abstraction - Java lets things like objects, classes and variables to represent more complex underlying program statement and data.
  • Encapsulation – Java allows keeping fields within a class private, then providing access to those fields via public methods.
  • Inheritance - Java lets programmers create new classes that share some of the attributes of existing classes.
  • Polymorphism - Java allows programmers to use the same word in Java to mean different things in different contexts.

Similar questions