Ask 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 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. 10 January, 02:43
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers