测试类
public class mode02Test {
	public static void main(String[] args) {
		/**mode0201 tempObj=new mode0201Child();
		tempObj.TemplateFunction();**/
		
		mode0202 tempObj=new mode0202Child();
		tempObj.TemplateFunction();
	}
}
    
     
public class mode02Test {
	public static void main(String[] args) {
		/**mode0201 tempObj=new mode0201Child();
		tempObj.TemplateFunction();**/
		
		mode0202 tempObj=new mode0202Child();
		tempObj.TemplateFunction();
	}
}