adplus-dvertising
frame-decoration

Question

What is the output of the given statement?
span class="sy0"> * (defclass assertion () 
  ((name :accessor assertion-name :initarg :name) 
  (lower-bound :accessor assertion-lower-bound :initform 0) 
  (upper-bound :accessor assertion-upper-bound :initform 1) 
  (constraints :accessor assertion-constraints :initform nil)))

a.

Constraints

b.

Class

c.

Standard-class assertion

d.

Standard-class

Answer: (c).Standard-class assertion

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the given statement?