Answer Posted / raghav
An abstract class is of no use if it cannot be sub classed
because instances of an abstract class cannot be created.
Moreover a class declaration with abstract and final will
not compile at all and when ever a class is marked final,the
properties cannot be extended
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
List some oops concepts in java?
What is __ init __ functions?
Can we override singleton class?
What is object cloning in Java?
What is arguments in java?
What is an example of character?
How can you traverse a linked list in java?
What does provide mean construction?
What does null mean in java?
What is length in java?
What is hasnext in java?
what is meant by Garbage collection?
List some important features of java 10 release?
Name few java util classes introduced with java 8 ?
What is identifier in java?