Vidyalelo
Python · Q2

Classes and Objects in Python

Programming · Python · question 2

Q2

How do you define a class in Python?

A.
Using the class keyword
Answer
B.
Using the define keyword
C.
Using the classdef keyword
D.
Using the class method

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board