Distinguish between constructor and method abstract class and interface
Answers
Answered by
0
Explanation:
Abstract class and interface both are used to achieve abstraction where we can declare the abstract methods. 3) Abstract class can have final, non-final, static and non-static variables. ... Interface has only static and final variables.
Answered by
0
Abstract class and interface both are used to achieve abstraction where we can declare the abstract methods. 3) Abstract class can have final, non-final, static and non-static variables. ... Interface has only static and final variables.
hope it helps
Similar questions