Solved

A Java Class Can Have Which of the Following Methods

Question 25

Multiple Choice

A Java class can have which of the following methods?
a) void foo(int a)
b) void foo(int a,int b)
c) void foo(double a)
d) void foo(double a,double b)
e) void foo(int b)


A) All of the above.
B) A,B,D,E.
C) A,B,C,D.
D) A,C,D,E.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions