Can someone walk me through how to use netbeans to make a vehicle… Can someone walk me through how to use netbeans to make a vehicle class
Can someone walk me through how to use netbeans to make a vehicle… Can someone walk me through how to use netbeans to make a vehicle class using the UML diagrams to help make the constructor, and methods for the vehicle one, use this idea for the truck and car. Car ClassvinNum: intmake: Stringmodel: Stringcolour: StringchangeVinNum(int a): voidchangeMake(String s): voidchangeModel(String s): voidchangeColour(String p): voidgetVinNum(): intgetMake(): StringgetModel(): StringgetColour(): StringtoString(): StringCreate a main class that makes instances of the object and then uses the methods to change things. It can be a frame or text based. I missed a few classes and am completely lost on where to start. I want to make it clear that I do not expect someone to do the work for me, just someone to help get me started. Computer Science Engineering & Technology Java Programming MATH 4A Share QuestionEmailCopy link


