S
sandy
what is the main difference b/w interface and abstract class.
in which situation we will use choose interface and abstract class
in which situation we will use choose interface and abstract class
sandy said:what is the main difference b/w interface and abstract class.
in which situation we will use choose interface and abstract class
Generally abstract classes are used for inheritance of (at least some)sandy said:what is the main difference b/w interface and abstract class.
in which situation we will use choose interface and abstract class
what is the main difference b/w interface and abstract class.
in which situation we will use choose interface and abstract class
Richard said:Another thing to note is that, in Java, you can extend only one class while
you can implement multiple interfaces.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.