Answer is A.
The first argument of every class method, including init, is always a reference to the current instance of the class. By convention, this argument is always named self. In the init method, self refers to the newly created object; in other class methods, it refers to the instance whose method was called
The first argument of every class method, including init, is always a reference to the current instance of the class. By convention, this argument is always named self. In the init method, self refers to the newly created object; in other class methods, it refers to the instance whose method was called.
https://yasoob.me/2013/08/07/the-self-variable-in-python-explained/
A. holds a reference to the currently processed object
In Python, methods are functions that are defined inside a class and are associated with objects of that class. When a method is called on an object, the first parameter of the method holds a reference to the object on which the method is called, and is typically named self. This allows the method to access and modify the attributes and behavior of the object, as well as to call other methods on the same object.
This section is not available anymore. Please use the main Exam Page.PCAP Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
anjuvinayan
Highly Voted 5 years, 4 months agopeypa
Most Recent 1 year, 1 month agoOracleist
1 year, 2 months agoseaverick
1 year, 3 months ago34_trt
1 year, 6 months ago[Removed]
2 years, 1 month agoivanbicalho
2 years, 2 months agoAdeshina
2 years, 4 months agoJnanada
2 years, 8 months agomacxsz
2 years, 11 months agorocky48
3 years agombacelar
3 years, 1 month agotechnoguy
3 years, 4 months agoSpectra
4 years, 7 months agoPCAPaspirant
4 years, 6 months agoPythonPuhal
4 years, 1 month agoaldo63
2 years, 2 months agoimsaad
4 years, 7 months agopuneetk
4 years, 9 months agoSophieSu
5 years, 4 months ago