Inheritance (object-oriented programming)

id: inheritance-object-oriented-programming-183-14529412
title: Inheritance (object-oriented programming)
text: In object-oriented programming, inheritance is the mechanism of basing an object or class upon another object or class, retaining similar implementation. Also defined as deriving new classes from existing ones such as super class or base class and then forming them into a hierarchy of classes. In most class-based object-oriented languages like C++, an object created through inheritance, a "child object", acquires all the properties and behaviors of the "parent object", with the exception of: con
brand slug: wiki
category slug: encyclopedia
description: Process of deriving classes from, and organizing them into, a hierarchy
original url: https://en.wikipedia.org/wiki/Inheritance_(object-oriented_programming)
date created: 2001-12-20T23:30:10Z
date modified: 2024-09-07T07:52:04Z
main entity: {"identifier":"Q212542","url":"https://www.wikidata.org/entity/Q212542"}
image:
fields total: 13
integrity: 15

Related Entries

Explore Next Part