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
Post New Answer View All Answers
What data type is string java?
Do I need java on my computer?
How do you sort in descending order in java using collections sort?
What is thread safe in java?
What is the Difference between Final Class && Abstract Class?
what is abstract class in Java?
What are heterogeneous objects?
What is the function of static in java?
For class CFoo { }; what default methods will the compiler generate for you>?
What are the Class Libraries ?
Why super is first line in java?
Explain serialization and deserialization in java?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
Is char * a string?
Can we define private and protected modifiers for variables in interfaces?