[Solved] JAVA: Why can’t I access a method in the same class?


clips is not an instance of your MashupII class, which is why you are not able to call MashupII’s append() method.

solved JAVA: Why can’t I access a method in the same class?