Object oriented design starts with either an inheritance hierarchy or an interface based design. Component based design also uses Object oriented concepts, but instead of inheritance (or interfaces), utilizes object…
Continue Reading