» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with object-oriented + object

OODBMS

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.

External Links

C++

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.