OOP inheritance vs. OOP composition

added by DotNetBlocks
1/14/2011 8:42:29 PM

145 Views

Object oriented programing inheritance creates a “is a” relationship with the parent class. Object oriented programing composition creates a “has a” relationship with other class.


0 comments