Answer Posted / ranganathkini
No a class cannot be marked "abstract" as well as "final".
Marking a class "abstract" means it contains partial
implementation of methods and hence depends on its
subclasses to provide concrete implementation.
Marking the class "final" means that no other class can
extend it and hence abstract classes cannot be marked final.
| Is This Answer Correct ? | 173 Yes | 15 No |
Post New Answer View All Answers
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What are the advantages of java over C++?
Can an interface implement another interface?
What is meant by stack and queue?
Is java a super set of javascript?
What is called module?
What are streams in java 8?
What is r in java?
When parseint method can be used?
What is a ternary operator in java? What is an interface?
What is == mean?
What is the multi-catch block in java?
Why is stringbuffer thread safe?
Does java support Operator Overloading?
What is the purpose of a parameter?