MCPcopy Index your code
hub / github.com/careercup/ctci / toString

Method toString

java/Chapter 8/Question8_3/Song.java:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3public class Song {
4 private String songName;
5 public String toString() { return songName; }
6}

Callers 2

playRandomMethod · 0.45
printScoresMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected