“OOP follows the bottom up approach of programming” Explain in short
In bottom approach, the system's parts are defined in details. After the definition and development of the system parts, the components are linked together to make a bigger component. Therefore, in this approach, the parts of the system after being developed are combined together to form a complete a system. OOP follows the bottom up approach because of the inheritance associated with this paradigm of programming. The sub classes or the child classes are being developed fully and they are being linked to form the complete system.
Comments
Leave a comment