📚 Practice Mode

Caché/ObjectScript Programming Quiz

Learn at your own pace with hints and detailed explanations

1 / 19
Multiple Choice

Which of the following is correct syntax for an Abstract class ?

  1. abstract double area() { }
  2. abstract double area()
  3. abstract double area();
  4. abstract double area(); { }