How does Java support application development in the Object-Oriented paradigm?
2025
How does Java support application development in the Object-Oriented paradigm?
- A.
By compiling directly to machine code
- B.
By enabling multiple inheritance using classes
- C.
By providing features like classes, interfaces and inheritance
- D.
By using only functions without classes
Attempted by 107 students.
Show answer & explanation
Correct answer: C
Java supports object-oriented development through encapsulation, inheritance, and polymorphism. It uses classes to define objects and interfaces for multiple type implementation.