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

Related questions

0 votes
asked Oct 27, 2022 in Python by SakshiSharma
0 votes
asked May 16, 2020 in Python by AdilsonLima
...