Explain the definition composition and how it is useful inwriting object-oriented programming. Also explain how it isdifferent from inheritance and how both inheritance and compositionare useful in developing object-oriented programs.
Back