Which require sophisticated precedence computation?
Superclass
Multiple Superclass
Subclass
None of the mentioned
View Answer
Correct Answer: B — Multiple Superclass
Explanation:
Multiple superclasses require sophisticated precedence computations.
5 practice sets · Page 1 of 1
Which require sophisticated precedence computation?
Superclass
Multiple Superclass
Subclass
None of the mentioned
Correct Answer: B — Multiple Superclass
Explanation:
Multiple superclasses require sophisticated precedence computations.
Which class can help to select a method?
Nonoptional argument
Class
Method
None of the mentioned
Correct Answer: A — Nonoptional argument
Explanation:
Any nonoptional argument class can help to select a method.
Which keyword is used to define the method?
Defun
Destruct
Demake
Defmethod
Correct Answer: D — Defmethod
Explanation:
Defmethod is used for defining the method.
What is meant by collection of methods the same name?
Lisp class
Class
Generic function
None of the mentioned
Correct Answer: C — Generic function
Explanation:
Each collection of methods that share the same name is called a generic function.
Which makes it possible to define generic functions?
Lisp
CLOS
Class
Object-Oriented programming
Correct Answer: B — CLOS
Explanation:
Common Lisp Object System makes it possible to define generic functions.