answersLogoWhite

0

Void means there is no data type. So if you have a void function it does not return a value (and attempting to do so will cause an error) whereas a non-void function (ex. int, long, String, bool, etc) will return a value of that type.

User Avatar

Wiki User

16y ago

What else can I help you with?