It can be said that the code in this Program Snippet to correctly display the Auto's type we have
Option A
Generally As we see right here superclass technique displayinfo() is declared as public. So all the subclasses can get admission to the approach directly.
Having Auto is subclass of Vehicle (because LandVehicle is subclass of Vehicle and Auto is subclass of LanVehicle), Auto variable can immediately get admission to the method.
Therefore
"myAuto.displayInfo()" is the corresponding Code
Option A
For more information on Code visit
https://brainly.com/question/497311