Python Forum
Have two class instances affect one another
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Have two class instances affect one another
#3
Hello,

I think it's right like result.

You set name of S to Jack and call one on this. So attribut m equal 5.

You set name of P with other value. So attribut m equal 0.

And you call two on P. It returns 'no' if m equal 0. This is the case.

Sorry, i have read the subject too fast.

I don't know if can it a solution, but you have the design pattern singleton for this.

You can found this on the web for python
Reply


Messages In This Thread
RE: Have two class instances affect one another - by avorane - Jun-26-2019, 06:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question [solved] Classes, assign an attributes to a class not to instances.. SpongeB0B 4 961 May-20-2023, 04:08 PM
Last Post: SpongeB0B
  How to create a varying qty of instances of a Class and name them? KM007 2 2,058 May-29-2020, 12:30 PM
Last Post: KM007
  Class Instances called in the wrong order IanIous 4 2,862 Mar-06-2020, 02:16 PM
Last Post: IanIous
  How to access class variable? instances vs class drSlump 5 3,363 Dec-11-2019, 06:26 PM
Last Post: Gribouillis
  Class Instances overriding class members and attributes. Leaf 7 6,965 Nov-29-2017, 06:08 AM
Last Post: Leaf
  Create class instances from list of strings pythonck 1 3,624 Sep-18-2017, 06:13 PM
Last Post: ichabod801
  List-Elements as instances of a class BigMan 3 4,322 Mar-25-2017, 06:55 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020