Chapter 9 Working with Object-Oriented Models


Class constructor modifiers

A constructor cannot be static, abstract, or final.

Manual correction Automatic correction
Remove the static, abstract, or final property of the constructor Removes the static, abstract or final property of the constructor

 


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