What are Advantages of OOP Object-Oriented programming | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 4

What are Advantages of OOP Object-Oriented programming

13th Jun 2017, 5:52 AM
ⓢⓐⓝⓓⓔⓔⓟ
ⓢⓐⓝⓓⓔⓔⓟ - avatar
2 Respuestas
+ 5
1) OOP provides a clear modular structure for programs which makes it good for defining abstract datatypes where implementation details are hidden and the unit has a clearly defined interface. 2) OOP makes it easy to maintain and modify existing code as new objects can be created with small differences to existing ones. 3) OOP provides a good framework for code libraries where supplied software components can be easily adapted and modified by the programmer. This is particularly useful for developing graphical user interfaces.
13th Jun 2017, 5:53 AM
ⓢⓐⓝⓓⓔⓔⓟ
ⓢⓐⓝⓓⓔⓔⓟ - avatar
+ 1
encapsulation, abstraction,polymorphism, Inheritance...
13th Jun 2017, 5:53 AM
Ayush
Ayush - avatar