0 votes
in Python by
Which of the following statements is correct regarding the object-oriented programming concept in Python?

i)  Classes are real-world entities while objects are not real

ii)  Objects are real-world entities while classes are not real

iii)  Both objects and classes are real-world entities

iv)  All of the above

1 Answer

0 votes
by

ii)  Objects are real-world entities while classes are not real

...