<=Back
Write a C++ program to implement a class named Vehicle with three data members' brand, model and year and a constructor for initialization of the data members to display the following in the main program.
(BMW, X5, 2000)
(Ford, Mustang, 1970)
 Viewed: 439 times
Share in: