Consider that class classA, abstract class classB, and
final classC have been defined.Which one of the following
is correct?
1. classA extends classC implements classB
2. class A extends classB, classC
3. classA extends classB
4. classB implements classC
Answers were Sorted based on User's Feedback
Answer / manikandan [ gtec,vellore ].
answer is 3) classA extends classB
Explanation:
Final Class Can't b extend with any other class but we can
instantiated.
| Is This Answer Correct ? | 2 Yes | 0 No |
Name four container classes.
What is default constructors?
Can we override the main method?
What is the largest long allowed by java?
which swing component is similar to rich text box in .net/vb
What is an infinite loop?
Can java hashmap have duplicate keys?
What is xslt in java?
How to sort array of 0 and 1 in java?
What is oop in java?
What is the += operator called?
When is the arraystoreexception thrown?