can abstract method be protected 2c default 2c private

Solutions on MaxInterview for can abstract method be protected 2c default 2c private by the best coders in the world

showing results for - "can abstract method be protected 2c default 2c private"
Sebastian
22 Jul 2019
1 In abstract classes, abstract methods can be public, protected, or default. 
2 It cannot be private.