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
Answer Posted / 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 |
Post New Answer View All Answers
Is class forname reflection?
Difference between predicate, supplier and consumer ?
Write a java program to print fibonacci series?
Is 0 an even number?
What is bigger kb or mb?
What is the static import?
Can we create our own wrapper class in java?
How do you stop a thread in java?
What are the drawbacks of singleton class?
Explain inheritance in java?
What is a substitution variable?
What is the difference between final, finally and finalize()?
What is derived datatype?
What are the string methods in java?
Can memory leak in java?