Advertisements
Advertisements
Question
Write prototype of a method that accepts a boolean type value but does not return anything.
One Line Answer
Solution
public void funct(Boolean);
shaalaa.com
Is there an error in this question or solution?
Write prototype of a method that accepts a boolean type value but does not return anything.
public void funct(Boolean);