An object database management system (ODBMS, also referred to as object-oriented database management system or OODBMS), is a database management system (DBMS) that supports the modelling and creation of data as objects. This includes some kind of support for classes of objects and the inheritance of class properties and methods by subclasses and their objects.
C++ is a general purpose object-oriented programming language with many advanced features provided in addition to those available in ANSI (or K & R) C.
It supports classes, inheritance, polymorphism, templates, and all sorts of other goodies via which you can shoot yourself in the foot.
C
Language
oriented
object-oriented
ansi
object
C++
Programming
OOP
programming-language