📚 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 ?
- abstract double area() { }
- abstract double area()
- abstract double area();
- abstract double area(); { }