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.