Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . To develop a vehicle class hierarchy in Java to demonstrate the concept of polymorphism. Step 1 : - Declare a super class called
To develop a vehicle class hierarchy in Java to demonstrate the concept of polymorphism.
Step :Declare a super class called vehicle with data elements doors, wheels and seats.
Step :Derive another class called car and invoke a function tostring to display the variables.
Step :Derive another class calledmotorcycle with same data and method called setseats
Step :Declare another sub class called Truck with constructors and finally assign values to variables.
Step :In the main function, create an object for class motorcycle and display all details of sub classes through object.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started