Jive learning Collection
Abstract: Jive learning Collection
</ Td> </ tr> <tr> <td width="291" height="35" valign="top" class="ArticleTeitle">
</ Td> <td width="393" valign="top" class="ArticleTeitle"> collected online learning some Chinese Jive article, the study jive invaluable information. Chm files.
You test (30)
Given the following code, write a line of code that, when inserted at the indicated location, will make the overriding method in Extension invoke the overridden method in class Base on the current object.
Class Base (
Public void print () (
System.out.println ( "base");
)
)
Class Extention extends Base (
Public void print () (
System.out.println ( "extension");
/ / Insert line of implementation here
)
)
(Public class Q294d
Public static void main (String args []) (
Extention ext = new Extention ();
Ext.print ();
)
)
Fill in a single line of implementation.
Click for the answer
</ Td> </ tr> <tr> <td height="25" colspan="2" valign="top" class="ArticleTeitle">
↑ Back
Tags: Collection, java Collection






