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


Please Help Members By Posting Answers For Below Questions

How do you start a new line in java?

527


Explain public static void main(string args[]).

573


What are the advantages of assembly language?

509


How many types of variables are there?

683


What is the function of log?

553






Can we clone singleton object?

575


What is a singleton in genetics?

574


What is data type in java?

493


If you are given the name of the function at run time how will you invoke the function?

692


Explain about procedural programming language or structured programming language and its features?

556


What is an empty list in java?

537


What are the skills required for core java?

554


What is the basic of java?

580


What are the steps in the jdbc connection?

585


What is a parameter in simple terms?

570