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 the access modifiers in java?
Explain java coding standards for methods?
What are white spaces in java?
Is string pool garbage collected?
What is default exception handling in java?
Explain about fail fast iterators in java?
What is final, finally, finalize?
State the main difference between c++ and java?
What is a method type?
What is the SimpleTimeZone class?
Explain inner classes ?
Explain the meaning of java applet.
Is void a data type?
Difference between this() and super() ?
Explain when we should make an instance variable private.