Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

TCO 1) Assume we have two classes and have instantiated an object from each clas

ID: 3605025 • Letter: T

Question

TCO 1) Assume we have two classes and have instantiated an object from each class. How many copies of each class's attributes and methods exist in the instantiated objects?

Question 8 (TCO 1) Assume we have two classes and have instantiated an object from each class How many copies of each class's attributes and methods exist in the instantiated objects? Only one copy and both objects always share it O Six copies O Zero, the objects do not have att Two copies, one copy of the first class and one of the second

Explanation / Answer

Each object will have its own copy of class's attributes and methods, so when 2 onjects are created of 2 different classes, 2 separate copies will be created. The answer you marked is right