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 better - 'bit-shift a value' or 'multiply by 2'?
What is application system?
What is final keyword?
What is string syntax?
How can we make sure main() is the last thread to finish in java program?
What is the difference between synchronized and synchronized block?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
Explain about doubly linked list
How much is a java license?
Is empty .java file name a valid source file name?
Can memory leak happen java?
What are checked exceptions?
What is meant by collection in java?
What is continuity of a function?
Does java map allow duplicates?