Answer Posted / chaitanya
“Self” is a variable that represent the instance of the object to itself. In most of the object oriented programming language, this is passed as to the methods as a hidden parameters that is defined by an object. But, in python it is declare it and pass it explicitly. It is the first argument that gets created in the instance of the class A and the parameters to the methods are passed automatically. It refers to separate instance of the variable for individual objects. This is the first argument that is used in the class instance and the “self” method is defined explicitly to all the methods that are used and present. The variables are referred as “self.xxx”.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the encapsulation?
Difference between lists and tuples in python?
What are the types of python?
Which gui is best for python?
What is python shell scripting?
What are the list methods in python?
What is a docstring in python?
What are some python projects for beginners?
What is the print in python?
Is empty function in python?
What is a python method?
What is the namespace in python?
What is pytest in python?
Does python support inheritance?
Can python be used for automation?