Answer 5

The design patterns can have an important role in the performance of the application, and an incorrect design pattern can have a performance penalty on the application performance. For example, consider the allocation of an object that may be used implement logging throughout an application. If this logger object allocation needs to happen separately for every individual module or class, then we might be wasting quite a lot of resources to allocate an object when it could have been shared across the different modules.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.142.199.184