Describe the two main constraints that apply to a specialization/generalization relationship.

What will be an ideal response?


Two main constraints are: participation and disjoint constraints

Computer Science & Information Technology

You might also like to view...

Which of the following allows you to choose alternative file formats when you save a file?

A. Save as type B. Save as format C. Save with extension D. Save as document

Computer Science & Information Technology

Using the network topology shown in Figure 4.2, write a program to estimate BC and CC of all nodes. Make a table and compare the values of BC and CC of all nodes.

Computer Science & Information Technology

A file created by Microsoft PowerPoint is usually called a ____.

A. document B. spreadsheet C. slide show D. presentation

Computer Science & Information Technology

Use the loop variation given in problem to write a program that inputs values into variables numi and num2, stores their difference in the variable diff, and outputs the result. End the loop when diff becomes zero. Assume that the value of variable diffis 99 before the loop starts.

DO UNTIL

Computer Science & Information Technology