Why C++ is called object oriented language? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

Why C++ is called object oriented language?

19th Sep 2017, 4:47 PM
Lovelesh
Lovelesh - avatar
3 Respostas
+ 6
Hey @Lovelesh Try pressing the checkmark next to @Netkos' answer. šŸ˜ŗ
19th Sep 2017, 4:59 PM
Manual
Manual - avatar
+ 5
https://en.wikipedia.org/wiki/Object-oriented_programming Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods. A feature of objects is that an object's procedures can access and often modify the data fields of the object with which they are associated (objects have a notion of "this" or "self"). In OOP, computer programs are designed by making them out of objects that interact with one another.[1][2] There is significant diversity of OOP languages, but the most popular ones are class-based, meaning that objects are instances of classes, which typically also determine their type. Many of the most widely used programming languages (such as C++, Object Pascal, Java, Python etc.) are multi-paradigm programming languages that support object-oriented programming to a greater or lesser degree, typically in combination with imperative, procedural programming. Significant object-oriented languages include Java, C++, C#, Python, PHP, Ruby, Perl, Object Pascal, Objective-C, Dart, Swift, Scala, Common Lisp, and Smalltalk.
19th Sep 2017, 4:50 PM
AgentSmith
0
bro imagine that every thing you see in this real world is an object so it means that programming came up with an idea to implement the real world Objects and function. for i know the famous OOP programming is java
19th Sep 2017, 10:41 PM
Harvey S. Cajegas
Harvey S. Cajegas - avatar