Tag Archives: abstract

Which two statements correctly describe capabilities of interfaces and abstract classes? (Choose two.)

Which two statements correctly describe capabilities of interfaces and abstract classes? (Choose two.) A. Interfaces cannot have protected methods but abstract classes can. B. Interfaces cannot have instance fields but abstract classes can. C. Interfaces cannot have static methods but abstract classes can. D. Interfaces cannot have methods with bodies but abstract classes can. E. Both interfaces and… Read More »