Can a class extend abstract class or interface? why
Answer Posted / ramakrishna
Yes, A class can extend an abstract class also any
interface,why because,A normal class which is implementing
an interface can still be declared as any abstract,if u
extend that class what happens?
u r extending an abstract class and indirectly extending
interface also.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Can you change array size in java?
What are the main differences between the java platform and other platforms?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is pass by value?
What initialize variables?
What are the differences between checked exception and unchecked exception?
How do you trim a space in java?
Why singleton is not thread safe?
What is the difference between member variables initialization and assignment in a constructor?
What is a instance variable in java?
Can a static class have a constructor java?
What is nextint java?
Define linked list and its features with signature?
What are strings in physics?
What is the purpose of using javap?