what is difference between abstraction and interface?
Answer Posted / munna
in abstraction we ca have abstract method and normal method
but in interface we must and should write only abstract methods
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between access specifiers and access modifiers in java? 16
How to make object serializable in java?
Is java programming easy?
Can we use static class instead of singleton?
What are the main concepts of oops in java?
Can inner class have constructor?
Explain about interrupt() method of thread class ?
What is mean by collections in java?
What is a java applet? What is an interface?
What is a method in coding?
What is OOP Language?
What is static keyword in java?
What is a finally block?
Why destructor is not used in java?
what is the difference between future and callable interface in java?