Computer Science, asked by TbiaSamishta, 1 year ago

How does object oriented programming overcome the shortcomings of traditional programming approaches?

Answers

Answered by Sidyandex
7

Object oriented programming is very closer to the real life symbol of objects that everyone wants to program.

The hierarchical bonds are represented by using inheritance.

The data is classified as private and public.  

You can bring interface to validate and enter data in terms of class properties.

The program development turns into easy because of increased modularity.

Similar questions