<Apti
Code
/>
Back
Question 508: Which of the following is the correct way to create an object?
tcs
wipro
infosys
general
aptitude
objects
In Python, objects are created using theobject()constructor.
new Object()
Object.create()
obj = object()
obj = Object()
Submit Answer
Show Answer
Previous
Next