MCPcopy Create free account
hub / github.com/ShivaBhattacharjee/KeyZen / toString

Method toString

data/java/02_oop.java:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 @Override
15 public String toString() {
16 return name + " (best: " + bestWpm + ")";
17 }
18
19 public static void main(String[] args) {
20 User user = new User("Ava", 75);

Callers 3

eFFunction · 0.80
CustomTimeDialogFunction · 0.80
NavCellFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected