Think in java 答案

    技术2022-05-11  132

    阅前声明: http://blog.csdn.net/heimaoxiaozi/archive/2007/01/19/1487884.aspx

    /****************** Exercise 8 ****************** * Change the class Cookie as specified in the * section labeled "protected: 'sort of * friendly.'" Verify that bite() is not public. ***********************************************/ public class E08_LeftToReader {  public static void main(String args[]) {    System.out.println("Exercise left to reader");  }}

    //+M java E08_LeftToReader

    **Just follow the instructions in the book.

     

    最新回复(0)