Jump to content

Talk:Class-based programming

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Supyovalk (talk | contribs) at 18:46, 22 June 2025 (Assessment: banner shell, Computing (Rater)). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Merger proposal (2008)

[edit]

Should this page be merged with "Class (computer science)"? — Preceding unsigned comment added by 70.77.102.243 (talkcontribs) 16:11, 30 January 2008 (UTC)[reply]

Class-based programming does not seem like a popular term. So. yeah seems like a good idea to merge the content into Class (computer science). Stevebroshar (talk) 23:11, 27 July 2024 (UTC)[reply]

That's not inheritance

[edit]

WRT: Class-based programming ... is a style of OOP in which inheritance occurs via defining classes of objects, instead of inheritance occurring via the objects alone (compare prototype-based programming). Definitely not! Instantiation is sortof like inheritance, but inheritance is something different. For class-based, objects are created (instantiated) from classes whereas for prototype-based, an object is created based on an object. Stevebroshar (talk) 00:55, 28 July 2024 (UTC)[reply]