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 |
What is static keyword?
what is difference between signed & unsigned char?
What is the basic concept of java?
What do you mean by data type?
What is a class instance variable?
Is 'sizeof' a keyword?
What are synchronized methods ?
What are the advantages of autoboxing?
How does a try statement determine which catch clause should be used to handle an exception?
can write code for serialization ?
explain how many oops concepts available in java with realtime scenarios?
What is byte code and why is it important to java’s use for internet programming?