Which of the following is/are not the difference(s) between Abstract Class and Interfaces? (a) A class can implement several interfaces but may extend only one abstract class. (b) No constructors are provided by interfaces, while abstract class provides constructors. (c) Variables in interfaces must me public, static or final. There is no such restriction in abstract class.
Reveal answer
Fill a bubble to check yourself