PCAP-31-03 Exam QuestionsBrowse all questions from this exam

PCAP-31-03 Exam - Question 29


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

Show Answer
Correct Answer: BC

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

2 comments
Sign in to comment
DKAT2023Options: BC
Jun 29, 2024

B and C are corrects

Dave304409Options: BC
Jul 5, 2024

is correct