CSC/ECE 517 Fall 2011/ch6 6b ra

From Expertiza_Wiki
Revision as of 18:08, 12 November 2011 by Rvijaya2 (talk | contribs)
Jump to navigation Jump to search

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: