InterviewSolution
Saved Bookmarks
| 1. |
Which was the first purely object oriented programming language developed?(a) Java(b) C++(c) SmallTalk(d) KotlinI got this question in my homework.Question is taken from OOPs Basic Concepts topic in chapter OOPs Concept & Features of Object Oriented Programming |
|
Answer» RIGHT option is (c) SmallTalk The BEST I can explain: SmallTalk was the first PROGRAMMING language DEVELOPED which was purely object oriented. It was developed by Alan Kay. OOP concept came into the picture in 1970’s. |
|