Computer Science, asked by AmazingStar, 1 month ago

Distinguish between constructor and method abstract class and interface​

Answers

Answered by yug18jan
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 kimtaehyung21
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