Which of the following is NOT true of constructors? Question 6 options
a. A constructor must have the same name as the class itself
b. Constructors never have a return type - not even void
c. Constructors are invoked using the new operator.
+3
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following is NOT true of constructors? Question 6 options a. A constructor must have the same name as the class itself b. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Which of the following is NOT true of constructors? Question 6 options a. A constructor must have the same name as the class itself b. Constructors never have a return type - not even void c. Constructors are invoked using the new operator.