Which of the following statements about object oriented databse is not correct?
A. Each object has a unique object identity in the system.
B.Encapsulation and inheritance are two important features of object oriented databasE.
C.A subclass can inherit the attributes and methods of all its superclasses.
D.A subclass includes the attributes and methods of all its subclasses.
第1题:
第2题:
第3题:
5、对下面代码描述正确的是: $(json).each(function(idx, obj) { alert(obj.tagName); });
A.obj是json数组
B.obj是json数组中的一个元素
C.idx最小值为1
D.function(idx, obj)因为没有函数名,因此是错误的
第4题:
第5题:
对下面代码描述正确的是: $(json).each(function(idx, obj) { alert(obj.tagName); });
A.obj是json数组中的一个元素
B.obj是json数组
C.idx最小值为1
D.function(idx, obj)因为没有函数名,因此是错误的
第6题:
对下面代码描述正确的是: $(json).each(function(idx, obj) { alert(obj.tagName); });
A.obj是json数组
B.obj是json数组中的一个元素
C.idx最小值为1
D.function(idx, obj)因为没有函数名,因此是错误的