Python
Which of the following is the use of id() function in python?

None of the mentioned
id returns the identity of the object
All of the mentioned
Every object doesn’t have a unique id

ANSWER DOWNLOAD EXAMIANS APP

Python
Which of the following statements is true?

A subclass method can be overridden by the superclass
A non-private method in a superclass can be overridden
A private method in a superclass can be overridden
Overriding isn’t possible in Python

ANSWER DOWNLOAD EXAMIANS APP