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
Why webdriver is an interface?
What is pre increment and post increment in java?
What is meant by memory leak?
What is time complexity algorithm?
What's a method in programming?
What is a predicate method?
What are three types of loops in java?
Whats the difference between notify() and notifyall()?
What is an immutable object?
How will you compute size of a structure?
Write a program in java to create a doubly linked list containing n nodes.
Differece between class and generic class?
Which collection is sorted in java?
What is method and methodology?
When do we use hashset over treeset?