题目内容

穆勒认为,保护幼稚产业的时间应限制在产业进行学习新技术的过程而且只对该产业进行保护。()

查看答案
更多问题

试题六(共15分)
阅读下列说明和Java代码,将应填入(n)处的字句写在答题纸的对应栏内。
【说明】
现欲开发一个软件系统,要求能够同时支持多种不同的数据库,为此采用抽象工厂模式设计该系统。以SQL Server和Access两种数据库以及系统中的数据库表Department为例,其类图如图6-1所示。
【Java代码】
import java.util.*;
class Department{/*代码省略*/}
interface IDepartment{
(1) ;
(2) ;
}
class SqlserverDepartment (3) {
public voidInsert(Department department){
System.out.println(”Insert a record into Department in SQL Server!");
∥其余代码省略
}
public Department GetDepartment(int id){
/*代码省略*/
}
}
classAccessDepartment(4) {
public void Insert(Department department){
System.out.println("Insert a record into Department in ACCESS!”);
∥其余代码省略
}
public Department GetDepartment(int id){
/*代码省略*/
}
}
(5) {
(6) ;
}
class SqlServerFactory implements IFactory{
public IDepartment CreateDepartment(){
retum new SqlserverDepartment();
}
∥其余代码省略
}
class AccessFactory implements IFactory{
public IDepartment CreateDepartment(){
return new AccessDepartment();
}
∥其余代码省略
}

金块本位制下,国内仍然流通金铸币。()

发达国家大量减免关税的目的是希望实现贸易自由化,从而促进发展中国家的发展。()

A child who has once been pleased with tale likes, as a rule, to have it retold in identically the same words, but this should not led parents to treat printed fairy stories as sacred texts. It is always much better to tell a story than read it【41】of a book, and, if a parent can produce【42】in the actual circumstances of the time and the individual child, is an improvement on the printed text, so much the better.
A charge made against fairy tales is that they harm the child by frightening him or arousing his sadistic impulses. To prove the【43】, one would have to show in a controlled experiment that children who have read fairy stories were more often guilty of cruelty than those who had not. Aggressive, destructive, sadistic impulses every child has and,【44】the whole, their symbolic verbal discharge deems to be rather a safety valve than an incitement to overt action. As to fears, there are, I think, well-authenticated cases of children【45】dangerously terrified by some fairy story. Often, however, this arises from the child having heard the story once. Familiarity with the story by repetition turns the pain of fear【46】the pleasure of a fear face and mastered.
There are also people who object to fairy stories on the grounds【47】they are not objectively true, that giants, witches, two-headed dragons, magic carpets, etc, do not exist, and that, instead of indulging, his fantasies【48】fairy tales, the child should be taught how to adapt to reality by studying history and mechanics. I find such people, I must confess, so unsympathetic and peculiar that I do not know how to argue with them. If their cases【49】sound there should be full of madmen attempting to fly from New York to Philadelphia on broomstick【50】covering a telephone with kissed in the belief that it was their enchanted girl- friend. No fairy story ever claimed to be a description of the external world and no such child ever believed that it was.
(41)

答案查题题库