Prefer interfaces to reflection. (Item 53) презентация

Слайд 2

Disadvantages of reflection:

No compile-time type checking
Bad readability of a code
Performance suffers

Слайд 3

Writing a program with classes unknown at compile time:

Use reflection only to instantiate

objects
Access the objects using some interface or superclass that is known at compile time
Имя файла: Prefer-interfaces-to-reflection.-(Item-53).pptx
Количество просмотров: 67
Количество скачиваний: 0