Difference between abstract class and Interfaces?
Answer Posted / loganathan s
abstract is a class and its fulfilling while the subclass
is extends the abstract class methods.
where as interface also a class it declare a methods.we
must override all the methods at implements the interface.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is parameters example?
Explain the importance of throwable class and its methods?
What is hashmap in java?
Which number is denoted by leading 0x or 0x in java?
What is an escape character in java?
Where local and global variables are stored?
Can we compare two strings in java?
What are the difference between string, string builder, and string buffer in java?
Can I overload to string method
Can we overload the main() method?
When arithmeticexception is thrown?
How do you make an arraylist empty in java?
In the below example, how many string objects are created?
What are the elements of java?
Can we extend singleton class?