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 are strings in physics?
What is purpose of keyword void?
How variables are stored in memory?
How many bits is a word?
What is ellipsis in java?
What is classes in java?
Can we have static methods in an interface?
Is empty set an element of empty set?
What is the difference between a checked and an unchecked exception?
What do you mean by stack?
What are the two types of exceptions in java? Which are the differences between them?
what are Hostile Applets?
What are anonymous inner classes?
Explain the scope of a variable.
Explain jdk, jre and jvm?