# PCAP — Question 604

**Type:** multiple_response
**Topics:** topic_1

## Question

What is true about Python class constructors? (Choose two.)

## Correct Answer

_See scenario._

## Explanation

Selected Answer: CD
C. the constructor is a method named __init__
D. the constructor must have at least one parameter <<<< at least it should have "self" parameter

**Reference:** examtopics_top_comment

---
Source: https://hiexam.net/q/python-institute/PCAP/604  
Practice (tracked): https://hiexam.net/study/PCAP/practice