Category:Object oriented: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: These tasks show how languages support Object-Oriented Programming (OOP) techniques, such as classes, inheritance, and polymorphism.)
 
m (Undo revision 151487 by Gnashty (talk))
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
These tasks show how languages support Object-Oriented Programming (OOP) techniques, such as classes, inheritance, and polymorphism.
[[Category:Solutions by Programming Task]]These tasks show how languages support [[object-oriented programming]] (OOP) techniques, such as classes, inheritance, and polymorphism.

Latest revision as of 13:26, 12 May 2013

These tasks show how languages support object-oriented programming (OOP) techniques, such as classes, inheritance, and polymorphism.