Thursday, February 12, 2009

What is a void return type

Question :What is a void return type?
Answer :A void return type indicates that a method does not return a value.

No comments: