Java
Difference between Interface and Abstract class
Today we will discuss about interface and Abstract class. It is most important question for java interview also. what is Interface and Abstract class, when will need to use Interface or Abstract class. so let’s start. What is Interface? An interface is just like Java Class, but it only has Read more…