answersLogoWhite

0


Best Answer

Simula 67 (1967) was the first programming language designed that had the notion of objects, classes, inheritance, etc. in it.

Smalltalk (1970s), influenced by Simula 67, was the first programming language designed with the actual idea of "object-oriented programming" in mind.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is first object oriented programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the first object oriented programing language?

Smalltalk was the language created as a proof-of-concept implementation of the object-oriented programming paradigm.


What is difference between structural language and object oriented language?

I think there is no any difference between object oriented programming language. Because somebody have written that vb is object based language because there is no inheritance, but javascript has no classes and no inheritance but javascript is also object oriented scripting language and java is also object oriented language vb has no inheritance but classes is.So vb is object based language This is not clear that difference between object oriented and object based. if i am wrong than what should be your answer and if i am wright than no problem But first i am requesting to the developer of any programming language that please define the difference between object oriented and object based languages. Amit Sinha Dist-Gaya State-Bihar


When was object oriented programming invented?

Making it's appearance in the late 1950's and early 1960's, object-oriented programming (OOP) was developed and first used at Massachusetts Institute of Technology.


What has the author Lewis J Pinson written?

Lewis J. Pinson has written: 'A first course in computer science with Modula-2' -- subject(s): Electronic data processing, Modula-2 (Computer program language) 'An introduction to object-oriented programming and Smalltalk' -- subject(s): Object-oriented programming (Computer science), Smalltalk (Computer program language)


What is first procedure oriented language?

The first procedure-oriented programming language is considered to be Fortran (short for Formula Translation). It was developed by IBM in the 1950s for scientific and engineering computations.


What type of language is BASIC?

Basic was one of the very first programming languages used in DOS. It is not object oriented and is obsolete. If you want to learn to programe start with Visual Basic no BASIC.


Why is python an object oriented programming language?

I suspect you mean, "What makes Python an OO language?" Well, first of all, you can define objects. But, way beyond that, all of the data types are objects, as well as methods and functions.


Is pascal high level language?

The original Pascal programming language was designed by Niklaus Wirth between 1968 and 1969, published in 1970. Object Pascal was developed in 1985 by Larry Tessler, in consultation with Wirth.


What object-oriented programming language was developed by Sun Microsystems?

Sun Microsystems (now owned by Oracle) did not develop any language in 1990. The development of Java began in June 1991, with the first release appearing in 1995.


Can we write a c plus plus program without objects?

Since you can create programs in C plus plus (C++) without creating any object you can call the C++ a semi-object-oriented programming language. The C++ programming language was first released in 1983 and it was designed by Bjarne Stroustrup.


What is the difference between static and dynamic programming?

in static programming properties, methods and object have to be declared first, while in dynamic programming they can be created at runtime. This is usually due to the fact that the dynamic programming language is an interpreted language.


Why c plus plus is purely object oriented language?

No reason. It is not even true, on the first place.