What is the difference between Abstract Class and Interface
Answer Posted / sushil
Abstract class can contain abstract as well as non-abstract
methods while Interface can have only abstract Methods
| Is This Answer Correct ? | 48 Yes | 3 No |
Post New Answer View All Answers
What do you mean by exception handling in Java?
What is 16 bits called?
What are use cases?
What is static in java?
Can a class be defined inside an interface?
How is treeset implemented in java?
Why chararray() is preferred over string to store the password?
What do you mean by flow of struts?
How many types of interfaces are there?
Which is fastest collection in java?
What is the difference between int and integer in java?
How to print nodes of a Binary tree?
Difference between a class and an object?
Explain 5 io best practices?
Add a value x to array from index l to r where 0 <= l <= r <= n-1