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
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
Difference between final and effectively final ?
How do you define a variable?
Explain about member inner classes?
Describe the Big-O Notation.
Why multiple inheritance is not supported by java?
Are primitives objects?
What is the purpose of java?
Name few "optional" classes introduced with java 8 ?
What methods are used to get and set the text label displayed by a button object?
What does math floor () do?
What is collections framework?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
What is the meaning of flag day?
What is bufferedwriter?