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
Which sorting algorithm is in place?
What is Hierarchy of exception?
Is main a keyword in java?
What is slash r?
What is garbage collector?
What is the most important feature of java? What is an interface?
What is difference between static variable and global variable?
What is the r character?
What is the importance of hashcode() and equals() methods?
What does super keyword do?
Write a program to print count of empty strings in java 8?
Can you call a method in a method?
How we can execute any code even before main method?
Is java pass by value or pass by reference?
Is java programming easy?