A
Q. What will be the output of the following program?
Code:
abstract class MyFirstClass
{
abstract num (int a, int b) { }
}
{
abstract num (int a, int b) { }
}
- Correct Answer - Option(A)
- Views: 7
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.