Solved

The Following Constructor Method Has ____ Parameters

Question 21

Multiple Choice

The following constructor method has ____ parameters.
Constructor Method Account(String type, Numeric num,
String lName, String fName, Numeric bal)
AcctType = type
AcctNumber = num
LastName = lName
FirstName = fName
AcctBal = bal
End Method


A) two
B) three
C) four
D) five

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions