Class-based programming: Difference between revisions

Content deleted Content added
change paradigms template to navbox (see Template talk:Programming paradigms#too long)
 
Line 1:
{{Short description|Style of object-oriented programming where inheritance is based on classes}}
{{Refimprove|date=February 2013}}
{{Programming paradigms}}
 
'''Class-based programming''', or more commonly '''class-orientation''', is a style of [[object-oriented programming]] (OOP) in which [[inheritance (object-oriented programming)|inheritance]] occurs via defining ''[[class (computer programming)|class]]es'' of [[object (computer science)|object]]s, instead of inheritance occurring via the objects alone (compare [[prototype-based programming]]).
Line 42 ⟶ 41:
{{Reflist}}
 
{{Programming paradigms navbox}}
{{Types of programming languages}}