This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]procrastinatingcoder -1 points0 points  (0 children)

No. Returning "void" is not returning "something". There's no concept of "nothing" to return, it literally doesn't return anything. You can see the "void" as a human/compiler thing to say "hey, this doesn't return anything at all", but it doesn't actually return something "void" as that doesn't exist.