What are the OOP components that is influenced in Design Patterns?
Select one or more:
a. Abstraction
b. Encapsulation
c. Inheritance
d. Polymorphism
Answers
Answered by
32
Answer:
Based on the purpose, design patterns were classified into three types. Creational — Concerns the way objects and classes were created. Structural — concerns the composition of classes and objects. Behavioural — characterizes the ways in which classes or objects interact and distribute responsibility.
Answered by
15
Answer:
all 4 are correct - Abstraction, Encapsulation, Inheritance, polymorphism
Explanation:
all 4 should be selected
Similar questions