How would you express in ODL that a person has a spouse?

Section 14.5.1 has an ODL description of a Person object with the relationship Spouse.

What will be an ideal response?



class Person {
}
attribute Integer Id;
attribute String Name;
relationship Person Spouse;
...

Computer Science & Information Technology

You might also like to view...

Write an HTML page that contains a text field for a credit card number and a button. When the button is clicked check that the text field has only numeric characters in it and check that the number of characters is 16. If not, use an alert dialog to inform the user.

What will be an ideal response?

Computer Science & Information Technology

The Windows operating system includes a built-in ________ utility that makes large files more compact, which makes them easier to send over the Internet

Fill in the blank(s) with correct word

Computer Science & Information Technology

The formatting of table elements is more rigid now than in years past because of early abuses of table styles

Indicate whether the statement is true or false

Computer Science & Information Technology

A vector graphic image can be thought of as a paint-by-number image

Indicate whether the statement is true or false

Computer Science & Information Technology