45.6k views
18 votes
What is the difference between a function with parameters, and a function

without parameters? *

User NotDan
by
3.4k points

1 Answer

9 votes

Answer:

A function with out parameters cannot take any arguments or perform operations on variables passed in. A function with parameters can.

User Quincey
by
4.2k points