Question: D Question 14 1 pts Given the Transportation is a class, how many objects and how many reference variables are created by the following three

 D Question 14 1 pts Given the Transportation is a class,

D Question 14 1 pts Given the Transportation is a class, how many objects and how many reference variables are created by the following three lines of codes? Transportation bus, train; train = new Transportation ("Tri-Rail"); Transportation plane - new Transportation ("Jet Blue"); There are three objects (bus, train and plane), and three reference variables (train, a There are three objects (bus, train and plane), and two reference variables (train. Transportation, and plane) There are three reference variables (bus, train and plane), and two objects created by train and plane) No answer text provided. There are no reference variables only three objects There are three objects (bus, train and plane), and two reference variables (train and plane)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To determine the number of objects and reference variables created lets examine the ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!