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
Which of the following is not an isolation level in the JDBC
Can we assign the reference to this variable?
What are java annotations?
What are methods in java?
What is class array in java?
Can list be final in java?
Is it possible for a yielded thread to get chance for its execution again?
What does substring mean?
Can we create our own wrapper class in java?
Explain different types of thread priorities ?
Which is the best sorting technique in java?
Write a program based on Java script program.
What are the differences between getting and load method?
What is string in java with example?
What is the difference between variable & constant?