Styrow.dev
Question 170 of 247
Java Topic: General medium

When you declare a method as abstract, can other nonabstract methods access it?

Question

When you declare a method as abstract, can other nonabstract methods access it?

Answer

Yes, other nonabstract methods can access a method that you declare as abstract.