I'm extremly new to java and have just started work on a problem set issued by my school. I use 2 base files to move a robot through mazes using directions that I program. The 3rd lesson taught me how to write class extensions. I wrote one for the base robot driver and it compiled fine, but it would not recognize when I tried to create an object based off of what I wrote in the extension. I also can't figure out how to import the actual class extension file.
Any help would be greatly apperciated, thanks.