C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 7)
7.
Which of the following concept of oops allows compiler to insert arguments in a function call if it is not specified?
Call by value
Call by reference
Default arguments
Call by pointer
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
22 comments Page 3 of 3.

Durgesh said:   9 years ago
It means that suppose you have not given any argument in the function call so by default it would take a value you already specified. This is called a function with default parameters.

Piyush said:   6 years ago
Default parameters are the parameter used when not any other parameters are given.
(3)


Post your comments here:

Your comments will be displayed after verification.