-->
当前位置:首页 > 题库 > 正文内容

Multiple choice:What is the correct statement?

Luz3年前 (2021-05-10)题库300
What is the correct statement@[ D](2)
A. Multiple overloaded functions must have different number of arguments
B. The two functions have the same parameter table and different return value types. They are overloaded
C. When calling a function with default values for both the second and third parameters, you can write the third parameter instead of the second
D. The purpose of using inline function is to speed up the program




A. Multiple overloaded functions must have different number of arguments
B. The two functions have the same parameter table and different return value types. They are overloaded
C. When calling a function with default values for both the second and third parameters, you can write the third parameter instead of the second
D. The purpose of using inline function is to speed up the program


answer:D

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。