Anonymous

What Are The Applications Of OOP(C++)?

1

1 Answers

Muddassar Memon Profile
Muddassar Memon answered
Object-oriented programming (OOP) basically is a programming paradigm which applies "objects" to devise applications as well as computer programs. It uses a number of techniques from formerly recognized paradigms, which comprise of inheritance, modularity, polymorphism and encapsulation.

The fact that it was invented during the 1960's; OOP was not applied in main stream software application expansion till the 1990's. Currently a number of well known programming languages like Java, JavaScript, C#, C++, Python, PHP, Ruby as well as Objective-C sustain OOP.

Some of the applications as well as libraries which are entirely or mostly written in C++ are, Adobe Systems, Amazon.com, Arium, and Autodesk.

Answer Question

Anonymous