Solved

Consider the Following Declarations: Which of the Following Method

Question 36

Multiple Choice

Consider the following declarations: Consider the following declarations:   Which of the following method headers should be used to complete the SecretText class?  A) public void encrypt()  B) void encrypt(String aKey)  C) public void encrypt(String aKey)  D) public String encrypt(String aKey) Which of the following method headers should be used to complete the SecretText class?


A) public void encrypt()
B) void encrypt(String aKey)
C) public void encrypt(String aKey)
D) public String encrypt(String aKey)

Correct Answer:

verifed

Verified

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

Related Questions