hi i need help with something
i have
public class Name implements NameInterface
{
......
}
getting this error
C:\Program Files\Xinox Software\JCreat or\MyProjects\T est1\Name.java: 1: Name should be declared abstract; it does not define setName(java.la ng.String,java. lang.String) in Name
class Name implements Comparable, NameInterface
^
1 error
Process completed....
Leave a comment: