What is true about Object-Oriented Programming in Python? (Select two answers)

Posted by: Pdfprep Category: PCAP-31-03 Tags: , ,

What is true about Object-Oriented Programming in Python? (Select two answers)
A . if a real-life object can be described with a set of adjectives, they may reflect a Python object method
B . the same class can be used many times to build a number of objects
C . each object of the same class can have a different set of methods
D . a subclass is usually more specialized than its superclass

Answer: B,D

Leave a Reply

Your email address will not be published.