Bookmarks
Concepts
Activity
Courses
Learning Plans
Courses
Request
Log In
Sign up
New Course
Concept
Call-by-Name
Call-by-name is a
parameter passing mechanism
where the
argument expression
is not evaluated until its
value is actually used
within the function. This approach can lead to more
efficient execution
in scenarios where the
argument may not be needed
, but can also increase overhead due to
repeated evaluations
if the argument is used multiple times.
Relevant Degrees
Software Engineering and Development 70%
Programming and Computer Programs 30%
Generate Assignment Link
Lessons
Concepts
Suggested Topics
Foundational Courses
Learning Plan
Log in to see lessons
Log In
Sign up
3