CSC/ECE 517 Fall 2011/ch6 6b mm: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Subclassing= ==Definition== ==When To Use It== ==Examples== ==References== ===Citation Notes=== ===Full References=== ===External Links===") |
No edit summary |
||
Line 1: | Line 1: | ||
=Subclassing | <p style="font-size: 24px">'''Subclassing'''</p> | ||
==Definition== | ==Definition== | ||
==When To Use It== | ==When To Use It== | ||
===Code Reuse=== | |||
===Is-A Relationships=== | |||
===Public Interfaces=== | |||
===Polymorphism=== | |||
==Drawbacks== | |||
===Yo-Yo Effect=== | |||
===Tight Coupling=== | |||
==Examples== | ==Examples== |
Revision as of 03:52, 9 November 2011
Subclassing