Arquivado
Este tópico foi arquivado e está fechado para novas respostas.
Exercise 39
4 votos
-
1. Which of the following is the correct way of specitying default value?
-
A. function GetDiscount($Type = "Special"){ ... }3
-
B. function GetDiscount(Type := "Special"){ ... }0
-
C. function GetDiscount($Type := "Special"){ ... }0
-
D. function GetDiscount($Type : "Special"){ ... }0
-