why we don't write abstract before defining any interface?
Answers
Answered by
3
An abstract class permits you to make functionality that subclasses can implement or override whereas an interface only permits you to state functionality but not to implement it. A class can extend only one abstract class while a class can implement multiple interfaces.
Answered by
0
Answer:
Because meaning should be first then it's word
Similar questions
Social Sciences,
3 months ago
Math,
3 months ago
Math,
3 months ago
Math,
6 months ago
Computer Science,
1 year ago