A) An inner class inside a method is a publicly accessible feature.
B) An interface is also a class.
C) A class can extend at least two superclasses.
D) You can define an inner class inside an enclosing class, but outside its methods.
+3
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which of the following statements is correct? A) An inner class inside a method is a publicly accessible feature. B) An interface is also a ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » Which of the following statements is correct? A) An inner class inside a method is a publicly accessible feature. B) An interface is also a class. C) A class can extend at least two superclasses.