(viii)
State any one purpose of using interfaces in Java programming.
Solution
In multiple inheritance one class can have more than one super class and internal features from all
parent classes. Java does not support multiple inheritance with classes it can only be achieved through
interfaces.