Science, asked by melvinlty5255, 1 year ago

Java:Can an abstract class be final? Explain briefly

Answers

Answered by Anonymous
0
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