Can abstract class implements another interface in java?
Answers
Answered by
1
Two interfaces with same methodshaving same signature but different return types. Java does not support multiple inheritance but we can achieve effect of multiple inheritance using interfaces. In interfaces, a class can implement more than one interfacewhich can't be done through extends keyword.
Similar questions
Computer Science,
7 months ago
English,
7 months ago
English,
7 months ago
Biology,
1 year ago
Science,
1 year ago