Difference between abstract class and Interfaces?
Answer Posted / mari
multiple inheritence is applicable for interfaces but at
abstract class can't support multiple inheritence it can
have only multilevel inheritence
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you implement tree mirroring in java?
What are strings in physics?
What is a marker interface?
Why we override equals() method?
Is void a type?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
Can anonymous class have constructor?
What does t in java mean?
Explain about arraylist?
How does predicate work in java?
Why are the destructors for base class and derived class called in reverse order when the program exits
What are classloaders?
What is application system?
What is the difference between an array and an array list?
Is array serializable java?