找不到符号方法名称错误

时间:2017-01-23 22:39:49

标签: windows methods

   /**
    * Returns a string describing the song object
    */
   public String toString()
   {
      return "Name of Song:" + this.title + "Sang by:" + getSingerName("") + this.getLanguageOfSong("") + "Alert needed:" + this.isAlertNeeded();
   }

为什么我在getSingerNamegetLanguageOfSong上找到无法找到符号的方法?

0 个答案:

没有答案