Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ A
Class
A
java/Chapter 14/Question14_1/Question.java:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
static
class
A {
9
private
A() {
10
}
11
}
12
13
static
class
B extends A {
14
public
B() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected