Which of the following statement is incorrect about interfaces and abstract classes OA Neither interface nor abstract class can be instantiated OB An interface itself can extend muitiple interfaces Oc
OC - Methods in abstract classes can only be abstract methods is incorrect. Abstract classes can have both abstract and non-abstract methods.
原文地址: https://www.cveoy.top/t/topic/g6hF 著作权归作者所有。请勿转载和采集!