OOPs is the new concept of programming parallel to Procedure oriented programming.It were intorduced in late 80's.It consider the programming simulated to real world objects.It help in programming approach in order to built robust user friendly and efficient softwares and provide the efficient way to maintain real world softwares.
which contains the properties of inheritance encapsulation and polymorphysim basically that is called oops . and the abreivition is object oriented language . which applied in c++ fully
Languages called Pure OO languages because everything in them is treated consistently an object from primitives such as characters and punctuation all the way up to whole classes prototypes blocks modules etc. They were designed specifically to facilitate even enforce OO methods. Examples: Smalltalk
OOPs is an Object Oriented Programming language which is the extension of Procedure Oriented Programming language.OOps reduce the code of the program because of the extensive feature of Polymorphism.OOps have many properties such as DataHiding Inheritence Data Absraction Data Encapsulation and many more.