Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ print
Method
print
java/Chapter 8/Question8_4/Vehicle.java:33–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
32
public
abstract boolean canFitInSpot(ParkingSpot spot);
33
public
abstract
void
print();
34
}
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected