Strategy Pattern
Learn about the strategy pattern in detail.
We'll cover the following
Before moving on to discuss the strategy pattern, let’s discuss why we might need to use the strategy pattern in the first place.
Example
Suppose we have a class with the name Car
, and we inherit the two classes Sportscar
and Sedan
.
Get hands-on with 1400+ tech skills courses.