Q.

Which of the following describes the Behavioral pattern correctly?

A. this type of patterns provide a way to create objects while hiding the creation logic, rather than instantiating objects directly using new opreator
B. this type of patterns concern class and object composition. concept of inheritance is used to compose interfaces and define ways to compose objects to obtain new functionalities.
C. this type of pattern are specifically concerned with communication between objects.
D. this type of pattern are specifically concerned with the presentation tier.
Answer» C. this type of pattern are specifically concerned with communication between objects.
1.9k
0
Do you find this helpful?
14

Discussion

No comments yet