Chapter 9 Working with Object-Oriented Models
The return type of an operation should be defined.
| Manual correction | Automatic correction |
|---|---|
| Assign a return type to the operation | Assigns a void return type to the operation |
The data type of a parameter should be defined. Moreover, its type cannot be void.
| Manual correction | Automatic correction |
|---|---|
| Choose a valid data type for the parameter | — |
| Copyright (C) 2006. Sybase Inc. All rights reserved. |
| |