Exam PCAP-31-03 All QuestionsBrowse all questions from this exam
Question 29

What is true about Object-Oriented Programming in Python? (Choose two.)

    Correct Answer: B, C

    A class is indeed a blueprint or recipe for creating objects, which defines properties and behaviors that the objects created from the class will have. Each object created from a class can have unique values for its properties, even though the properties themselves are defined by the class.

Discussion
Dave304409Options: BC

is correct

DKAT2023Options: BC

B and C are corrects