Which of the following is/are difference(s) between class and interface? (a) Class can be instantiated, while interface cannot. (b) Class is a collection of data members and methods, while Interface consists of constants and method declarations. (c) Any class can extend another class using keyword extends, while interfaces are implemented using keyword implements.
Reveal answer
Fill a bubble to check yourself