Q. Which of the following statements is correct about constructors?

  • (A) If we provide a one-argument constructor then the compiler still provides a zero argument constructor.
  • (B) Overloaded constructors have the same name as the class name
  • (C) Overloaded constructors cannot use optional arguments.
  • (D) If we do not provide a constructor, then the compiler provides a zero-argument constructor.
πŸ’¬ Discuss
βœ… Correct Answer: (D) If we do not provide a constructor, then the compiler provides a zero-argument constructor.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
336
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
89%
Success Rate