17. Point out error(s) in the following code
made.
(i) public class Add
{
private int m;
private int n;
public int Add(void)
{ m=n=0;
}
}
Answers
Answered by
2
Answer:
THANKS FOR YOUR ADVICE
Explanation:
{m=n=0;
}
}
this is wrong
Similar questions