Author
java classes
dessie ramnath
Greenhorn
Joined: Sep 07, 2009
Posts: 1
Past year paper(Multichoice question)
Q4.Consider tha class classA , abstrcat class classB, and final class classC have been defined.Which one of the following is correct?
A. classA extends classC implements classB
B. classA extends classB, classC
C. classA extends classB
D. classB implements classC
Please explain your answer
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
Please read this .
What do you think the answer is? Please explain your answer.
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted Sep 07, 2009 16:38:43
0
While you're explaining things, explain why the question isn't nonsensical, because I don't get it.
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32830
I think it is a class header line and the question means "which of these will actually compile?" Which makes it a very simple question, actually.
And welcome to JavaRanch
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted Sep 08, 2009 07:32:15
0
Oh, that makes sense... *whew* All I could think of was "well wouldn't that depend on the code?"
karimkhan pathan
Ranch Hand
Joined: Jul 14, 2008
Posts: 86
no one answered the question !!!
karim
Raghavan Muthu
Ranch Hand
Joined: Apr 20, 2006
Posts: 3327
karimkhan pathan wrote: no one answered the question !!!
because all of them are *really* helping the Original poster and the followers to think and come up with their own possible answers
Everything has got its own deadline including one's EGO!
[CodeBarn ] [Java Concepts-easily ] [Corey's articles ] [SCJP-SUN ] [Servlet Examples ] [Java Beginners FAQ ] [Sun-Java Tutorials ] [Java Coding Guidelines ]
salvin francis
Ranch Hand
Joined: Jan 12, 2009
Posts: 915
Let me answer the Question ....
Naa, here is a Hint:
What can you NOT do with a Final class ??
Hope i have not made it too easy
My Website: [Salvin.in ] Cool your mind:[Salvin.in/painting ] My Sally:[Salvin.in/sally ]
Raghavan Muthu
Ranch Hand
Joined: Apr 20, 2006
Posts: 3327
salvin francis wrote: Let me answer the Question ....
What can you NOT do with a Final class ??
where is *final* coming into picture now?
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
dessie ramnath wrote: and final class classC
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Raghavan Muthu
Ranch Hand
Joined: Apr 20, 2006
Posts: 3327
Thanks Rob. I was looking at the 4 options mainly!
salvin francis
Ranch Hand
Joined: Jan 12, 2009
Posts: 915
subject: java classes