What’s the code necessary to make Vehicle the superclass of a Truck class that you are creating in java.?

✅ Answers

? Favorite Answer

  • public class Truck extends Vehicle{

    }

  • This is an incredibly basic assignment. I mean no offense, but if you can’t figure out how to do this, either on your own or by reading your textbook, programming is probably not for you.

  • Leave a Comment