Computer Science, asked by forever969, 1 year ago

Explain history of C++ language.

Answers

Answered by Anonymous
0
\textbf{Hey There!}

=>Here is ur Answer<=

The C++ programming language has a history going back to 1979, when Bjarne Stroustrup was doing work for his Ph.D. thesis. One of the languages Stroustrup had the opportunity to work with was a language called Simula, which as the name implies is a language primarily designed for simulations. The Simula 67 language - which was the variant that Stroustrup worked with - is regarded as the first language to support the object-oriented programming paradigm. Stroustrup found that this paradigm was very useful for software development, however the Simula language was far too slow for practical use.

Shortly thereafter, he began work on "C with Classes" which as the name implies was meant to be a superset of the C language. His goal was to add object-oriented programming into the C language which was and still is a language well-respected for its portability without sacrificing speed or low-level functionality. His language included classes, basic inheritance, inlining, default function arguments, and strong type checking in addition to all the features of the C language.

|HopE__It__HelpS| :-|
Answered by gratefuljarette
0

History of C++ language :

  • C++ is developed by Bjarne Stroustrup in 1985 at AT & T Bell Labs. Bjarne Stroustrup began working on C++ in 1979 when he was studying the thesis.
  • He was so much impressed with the approach and use of OOP i.e object-oriented programming, so he thought of creating a new programming language with this concept.
  • So he has started the work on developing the new successor of C programming language which will include the classes and will have OOP features into it.

Learn more about C++

Breifly describe c++ language​

https://brainly.in/question/10560292

What is C++ Programming Language?

https://brainly.in/question/2584501

Similar questions