Asked by Megan Chung on Jun 27, 2024

verifed

Verified

Which of the following is an example of an object-oriented programming language?

A) Fortran
B) Java
C) HTML
D) DevOps

Object-Oriented Programming

A programming paradigm based on the concept of "objects", which can contain data, in the form of fields or attributes, and code, in the form of procedures or methods.

Java

A high-level, class-based, object-oriented programming language designed to have as few implementation dependencies as possible.

  • Recognize examples of object-oriented programming languages.
verifed

Verified Answer

NS
Natasha SanchezJul 02, 2024
Final Answer :
B
Explanation :
Java is a popular object-oriented programming language. Fortran is a procedural language, HTML is a markup language, and DevOps is not a programming language but a methodology for software development.