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
Why do you canvas?
Can we assign integer value to char in java?
How to find the index of the largest number in an arraylist java?
Where is core java used?
How to perform quicksort in java?
What is collection class in java?
Explain oops concepts in detail?
Can an arraylist be empty?
why java uses class level type casting ?
How do you sort data in java?
What does n mean in java?
Can we create object of inner class in java?
Explain about method local inner classes or local inner classes in java?
How do you calculate square roots?
Which of the following classes will have more memory allocated?