Discussion
"Object-Oriented Design" Please respond to the following:
• Suppose you were required to write a C++ program that captures and stores data about automobiles that a small dealership in your city sells. Consider the attributes that describe an automobile. Your program would need to store a collection of all the automobiles within the dealership. Determine whether you would use a struct or class in order to capture and store data for each automobile within the collection. Provide a rationale for your choice.