Examveda
Examveda

How do you create an object of a class in Python?

A. Using the class name and parentheses

B. Using the create() method

C. Using the new keyword

D. Using the object() method

Answer: Option A


This Question Belongs to Python Program >> Classes And Objects In Python

Join The Discussion

Related Questions on Classes and Objects in Python