What does the term “protocol” refer to in Python 3.8 and later?
Select one:
A specification of methods and attributes that a class must implement to be considered of a given type
A built-in Python module for handling HTTP requests
A set of rules for network communication
A method for optimizing Python code execution
Hint
Think about how you can enforce a relationship between types or classes without inheritance.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?