Tom implements a method show which of the following is wrong about the invocation of the show methodpublic void showListextends Numberlist OA shownewArrayList B shownewArrayList Oc shownew ArrayList
Option A is wrong about the invocation of the show method because it is missing the closing bracket for the method call. The correct syntax for invoking the method would be show(new ArrayList()).
原文地址: https://www.cveoy.top/t/topic/g6ev 著作权归作者所有。请勿转载和采集!