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
what is the difference between thread and runnable types? : Java thread
Why singleton class is used in java?
Difference between string s= new string (); and string s = "abv";?
What is your platform?s default character encoding and how to know this?
What is the byte range?
How are the elements of a gridbaglayout organized?
What is array class in java?
Which java version is latest?
How will you add panel to a frame?
How do you use parseint in java?
What are inbuilt functions?
How do weakhashmap works?
Explain OOPs concept.
What is use of static in java?
What is primitive array?