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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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.