Question: Q1: Create a class Car Sr. No Data Member Type scope 1. Brand String Public Shared 2. Model String Public Shared 3. Color String Public
Q1: Create a class Car Sr. No Data Member Type scope 1. Brand String Public Shared 2. Model String Public Shared 3. Color String Public 4. Capacity Integer Private (must not be less than 3) Write the method as follows Sr. No Method Name Type scope 1. Sub Show() Overridable Public This must show all the details in the msgbox Create another class Automatic and inherit the class Car Sr. No Data Member Type scope 1. TransmissionSystem String Public 2. Features String Public 3. Price Double Private (Must n
please answer in visual bisec
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
