Статья удалена

Этот материал был удалён по просьбе автора.

Комментарий недоступен

4
Ответить

Комментарий недоступен

6
Ответить

Лучшее определение ООП дано в sicp:
 One powerful design strategy, which is particularly appropriate to the construction of programs for modeling physical systems, is to base the structure of our programs on the structure of the system being modeled. For each object in the system, we construct a corresponding computational object. For each system action, we define a symbolic operation in our computational model. Our hope in using this strategy is that extending the model to accommodate new objects or new actions will require no strategic changes to the program, only the addition of the new symbolic analogs of those objects or actions. If we have been successful in our system organization, then to add a new feature or debug an old one we will have to work on only a localized part of the system.

1
Ответить

Комментарий недоступен

Ответить