A abstract class extending an abstract class.Super class
has both abstract and non-abstract methods.How can we
implement abstract and non-abstract mehtods? Explain with
snippet
Answer Posted / puneet khanna
If you have 2 abstract classes say Abstract Class A and
Abstract Class b where B extends A;
B may not implement the abstract methods from A but the
class which will inherit B will have to give the
implementation of the abstract methods from class A and B both.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is arraylist sorted in java?
What is the difference between access specifiers and access modifiers in java? 16
Why java is call by value?
What is meant by method overriding?
How do you decide when to use arraylist and linkedlist?
Is java a software?
Is array a class in java?
How would you convert bytes to string?
What are the three best choices for a development environment?
How to change the priority of thread or how to set priority of thread?
What is string :: npos?
What is meant by object?
How do you add an element to a hashset in java?
What is files manifesting?
What is the list interface?