Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ Caller
Class
Caller
java/Chapter 8/Question8_2/Caller.java:3–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
Question8_2;
2
3
public
class
Caller {
4
private
String name;
5
private
int
userId;
6
public
Caller(
int
id, String nm) {
7
name = nm;
8
userId = id;
9
}
10
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected