Q:

Which of the following are correct for copy constructor

0

Which of the following are correct for copy constructor


  1. A copy constructor is a constructor that takes an instance of its class as an argument and creates a clone of its argument
  2. A copy constructor must be used when a final field must be set in creating the clone because only a constructor can set a final field
  3. All of the mentioned
  4. None of the mentioned

Answers

D. None of the mentioned

total answers (1)