Java View all facts Glossary Help |
programming language > object-oriented programming language > C++ |
C++ comparison table |
Subject | have feature | develop by | has definition | have | be | is a kind of | is an instance of | add |
---|---|---|---|---|---|---|---|---|
object-oriented programming language | A programming language in which each data item with the operations used on it is designated as an object; the routines used to operate on the data item are called methods; and objects are grouped in a hierarchy of classes, with each class inheriting characteristics from the class above it | programming language | ||||||
C++ | pointer arithmetic | Bjarne Stroustrup | much the same syntax as C | the most widely used object-oriented programming language | object-oriented programming language | object oriented extensions to C |
Next object-oriented programming language: Java Up: object-oriented programming language Previous object-oriented programming language: Smalltalk