What is TRUE about the given class below: public class A { private char letter; public void display(String t) { /* ... */ } public void display(char t) { /* ... */ } }