Distinguish between constructor and method abstract class and interface
Answers
Answered by
3
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.
hope it will help you
Answered by
25
Answer:
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.
Thanks..-,-..
Similar questions