Q54
What is the role of the @abstractmethod decorator in Python?
A.
Define abstract classes
B.
Define instance methods
C.
Mark a method as abstract
AnswerD.
Control method access
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board