This simple program demonstrates object interaction. The Players shoot method invokes the monster's die method. See example below.
Friday, June 26, 2015
Friday, June 19, 2015
Controlling Attribute Access With Properties
Properties allow indirect access to private attributes. See example below. The private attribute _name is allowed to be access through a property.
Wednesday, June 17, 2015
Sunday, June 14, 2015
Creating and Accessing Attributes
The constructor method in this program has the attribute of name. The __str__() method creates a string representation of the object. See different ways to access attributes in the program below.
Subscribe to:
Posts (Atom)