COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which is the first programming language that fully supported object-oriented programming?
A
Smalltalk
B
C++
C
Ruby
D
Java
Explanation: 

Detailed explanation-1: -The first programming language widely recognized as “object oriented” was Simula, specified in 1965. Like Sketchpad, Simula featured objects, and eventually introduced classes, class inheritance, subclasses, and virtual methods.

Detailed explanation-2: -Smalltalk was the first true object-oriented computer programming language, and it remains popular with PC programmers.

Detailed explanation-3: -OOP languages. Simula (1967) is generally accepted as being the first language with the primary features of an object-oriented language. It was created for making simulation programs, in which what came to be called objects were the most important information representation.

Detailed explanation-4: -Object-oriented programming began with the Simula language (1967), which added information hiding to ALGOL. Another influential object-oriented language was Smalltalk (1980), in which a program was a set of objects that interacted by sending messages to one another.

Detailed explanation-5: -The first commercially available language was FORTRAN (FORmula TRANslation), developed in 1956 (first manual appeared in 1956, but first developed in 1954) by a team led by John Backus at IBM.

There is 1 question to complete.