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
What is the use of parse function in java?
Write a program to print all permutations of string?
Define an enumeration?
How to perform quicksort in java?
What if static is removed from main method?
Can java list contain duplicates?
What are the methods used to implement for the key object in the hash map?
Why deletion in linkedlist is fast than arraylist?
What is busy spin, and why should you use it?
What are the types of casting?
What is difference in between java class and bean?
placement papaers of spring computing technology
What is a java string?
Explain about main thread in java?
What is stack explain?