write a c++ prog thathandles 3 types of objects. -trucks -cars with engine cappacity greater than 1200cc -cars with engine cappacity less than 1200cc the annual road tax for a truck is $3000,those with engine cappacity gretaer than 1200cc is $300 and that with less than 1200cc is $180 a text file holds the infomation on all vehicles within the company as shown T w123mgb 5200 12(T stands for a truck object) L k670kvc 2200 7(L stands for car with engine cappacitiy >1200cc S y317jnb 1100 (S stands for a car with engine capacity <=1200cc) the requirements of the program is to a)read all records from the file and create an object for each type of vehicle b)to provide a display method which given a registration number prints the details of that particular vehicle c)as an additional measure, it should be able to calculate hte total ammount of road tax paid in a year. develop a program to impleent this specification. the prog should use inheritance or polymorphism if appropriate. the number of records in the file should not exceed 100
U
User 2023373
@User 2023373
Posts
-
HELP ME!!!!!! -
HELP!!! SQLhow do i get infomation from a database using a datagrid using sql
-
HELP!!!!! working with data gridshow do i display infomation from two different tables created in access on a data grid using VB 6.0 how do i also add and remove infomation froma a datagrid that is from a VB 6.0 interface and at the same time update the da:-Dtabase
-
creating websites using vb.nethow do you create a webpage using vb.net inclusive of security like passwords and also how to link to the database created in ms access or