Multiple choice technology programming languages

Can JAVA use the Polymorphism & Inheritance?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Java is an object-oriented programming language that fully supports polymorphism (method overloading and overriding) and inheritance (extending classes). These are fundamental OOP concepts in Java.