Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ main
Method
main
StrategyDesignPattern/WithStrategyPattern/Main.java:4–10 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
2
3
public
class
Main {
4
public
static
void
main(String[] args) {
5
Vehicle vehicle1 =
new
OffloadVehicle();
6
vehicle1.drive();
7
Vehicle vehicle2 =
new
Passenger();
8
vehicle2.drive();
9
10
}
11
}
Callers
nothing calls this directly
Calls
2
drive
Method · 0.95
drive
Method · 0.65
Tested by
no test coverage detected