Explain what are the default methods provided by decorators?
Answer Posted / Mamta Sonkar
In Zend, decorators do not provide any default methods. Instead, they extend the functionality of existing classes by adding new methods or overriding existing ones. When a decorator is applied to a class, it wraps the original class and allows additional behavior to be added.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers