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 java and their uses?
What are the advantages of autoboxing?
What is the reason behind using constructors and destructors?
What is a text string?
what is difference betweem home interface and remote interface?
Can vector have duplicates in java?
How do you sort in java?
List any five features of java?
Can we serialize arraylist in java?
What is the flag in java?
What is the difference between call by reference and call by pointer?
What are decalarations?
How many ways can an argument be passed to a subroutine and explain them?
What’s the difference between constructors and other methods?
List out benefits of object oriented programming language?