Cannot Find symbol | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Cannot Find symbol

Can someone tell me what I am doing wrong here. Code included along with errors. https://pastebin.com/KV94BRqq Main Class https://pastebin.com/xhf8DFJW Course Class https://pastebin.com/EHL4ZLJk Offered Courses Class Errors CourseInformation.java:23: error: cannot find symbol myCourse.setCourseTitle(courseTitle); ^ symbol: method setCourseTitle(String) location: variable myCourse of type Course CourseInformation.java:27: error: cannot find symbol myOfferedCourse.setCourseTitle(oCourseTitle); ^ symbol: method setCourseTitle(String) location: variable myOfferedCourse of type OfferedCourse 2 errors I am a bit lost on how to fix this, any help is appreciated!

11th Jul 2019, 12:03 AM
Tyler
1 Answer
+ 1
Wow, thanks must have been tired when i was workong on this thanks mate!
11th Jul 2019, 12:53 PM
Tyler