1
Object-Oriented Programming
hard
A developer wants to ensure that the 'radius' attribute of a Circle class is always non-negative. Which implementation using @property is correct?
PCAP
Full exam simulation
Object-Oriented Programming
A developer wants to ensure that the 'radius' attribute of a Circle class is always non-negative. Which implementation using @property is correct?