Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ B
Class
B
java/Chapter 14/Question14_1/Question.java:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
static
class
B extends A {
14
public
B() {
15
}
16
}
17
18
public
static
void
main(String[] args) {
19
new
B();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected