207k views
5 votes
Oliver is working for a team that uses object-oriented concepts to design software. Which language would they use to develop this software?

1 Answer

4 votes

Answer:

Probably C++

Step-by-step explanation:

The language must be object oriented. This narrows it to something like Java or C++. Java is fine for application development, but has a compiler and interpreter whereas C++ only has a compiler.

User OutOnAWeekend
by
3.5k points