Chapter 9 Working with Object-Oriented Models


Abstract operation body and non-abstract class

Abstract operations in a class cannot be implemented.

Manual correction Automatic correction
Remove the body or the abstract property of the operation

Abstract operations must be declared in abstract classes only.

Manual correction Automatic correction
Set the class to abstract, or remove the abstract property of the operation Removes the abstract property in the operation property sheet

 


Copyright (C) 2006. Sybase Inc. All rights reserved.