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 linked list a linear or non-linear data structure?
How many bits is a 64 bit byte?
What is the difference between the final method and abstract method?
What is the disadvantage of java?
What is the difference between static and non-static variables in java programming?
What are java packages?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
How does class forname work in java?
What is binary search in java?
What is a newline character in java?
What are the 6 boolean operators?
What is a parameter in simple terms?
Can we override the overloaded method?
Can java object be locked down for exclusive use by a given thread?
What is method in java with example?