CSC/ECE 517 Fall 2011/ch6 6b ra: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


=='''Introduction'''==
=='''Introduction'''==
Subclassing is one of the significant features of OO programming<ref>[http://en.wikipedia.org/wiki/Object-oriented_programming]</ref>, which greatly increases the reusability of classes and also minimizes duplication of code.  
<p> Subclassing is one of the significant features of OO programming[http://en.wikipedia.org/wiki/Object-oriented_programming], which greatly increases the reusability of classes and also minimizes duplication of code.  





Revision as of 18:08, 12 November 2011

Subclassing


Introduction

Subclassing is one of the significant features of OO programming[1], which greatly increases the reusability of classes and also minimizes duplication of code.

Conclusion

See also

External Links:

References: