Ask your own question, for FREE!
Computer Science 13 Online
OpenStudy (microbot):

assume you have class1(object) and class2(object). how can i access the method and attributes of class1 from class2? (none is subclass of the other) syntactically speaking.

OpenStudy (espex):

If it is in C++ you can use a "friend" function to access the attributes of the other class. Otherwise you will need to create public definitions so that any method can access them when passed an instance of your class.

OpenStudy (microbot):

im sorry i forgot to mention its for python.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!