What will be the output of the following program?abstract class MyFirstClass  {       abstract num (int a, int b) {  }  }   - Study24x7
Social learning Network
21 Feb 2024 10:09 AM study24x7 study24x7

What will be the output of the following program?
abstract class MyFirstClass
  {
       abstract num (int a, int b) {  }
  }  

A

No error

B

Method is not defined properly

C

Constructor is not defined properly

D

Extra parentheses

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles