Computer Science, asked by a21jaideep, 13 days ago

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 anananan1120
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 pashamohammed99
15

Answer:

all 4 are correct - Abstraction, Encapsulation, Inheritance, polymorphism

Explanation:

all 4 should be selected

Similar questions