CSC/ECE 517 Fall 2011/ch6 6b ra: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<p style="font-size: 24px">'''Subclassing'''</p> =='''Introduction'''== ==Conclusion== ==See also== ==External Links:== ==References:==") |
No edit summary |
||
Line 3: | Line 3: | ||
=='''Introduction'''== | =='''Introduction'''== | ||
Subclassing is one of the significant features of OO programming, which greatly increases the reusability of classes and also minimizes duplication of code. | |||
Revision as of 18:05, 12 November 2011
Subclassing
Introduction
Subclassing is one of the significant features of OO programming, which greatly increases the reusability of classes and also minimizes duplication of code.