Ask Question
28 July, 21:15

When one method calls another, which of the following statements are true? The class methods and instance methods of one class may call the public class methods of another class using dot notation and referencing the name of the other class. The class methods and instance methods of one class may call the private instance methods of another class by using dot notation to invoke the method on an instance of the other class. The instance methods of a class may call, without using dot notation, any class method of the same class.

+3
Answers (1)
  1. 28 July, 23:55
    0
    All the 3 statements are true.

    Explanation:

    1. The class methods and instance methods of one class may call the public class methods of another class using dot notation and referencing the name of the other class.

    2. The class methods and instance methods of one class may call the private instance methods of another class by using dot notation to invoke the method on an instance of the other class.

    3. The instance methods of a class may call, without using dot notation, any class method of the same class.

    All the above mentioned statements are true.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “When one method calls another, which of the following statements are true? The class methods and instance methods of one class may call the ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers