1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Tatiana [17]
3 years ago
14

When is it not necessary to invoke the method myMethod using dot notation? When myMethod is private. When myMethod is invoked by

a method in the same class as myMethod. When myMethod is public. When myMethod is both private and static. When myMethod is invoked by a method in a different class than myMethod.
Computers and Technology
2 answers:
Paraphin [41]3 years ago
5 0

Answer:

When myMethod is invoked by a method in the same class as myMethod.

Explanation:

When you are in a class, it is like a different enviroment and within that class you can call a method without using the dot notation because you are still within the class.

Outside the class and despite the type of method, public, private or static, the dot notation will be required.

kari74 [83]3 years ago
3 0

Answer:

When myMethod is invoked by a method in a different class than myMethod.

Explanation:

Other classes can invoke the function written in different classes using the dot notation.

You might be interested in
What does a file extension tell your computer?
Dovator [93]
Answer: What type of program to open.
3 0
3 years ago
In Microsoft word, when you highlight existing text you want to replace, you are in
jeka57 [31]
I think that would be the stages of deletion bro.

Hope it helps
5 0
3 years ago
Read 2 more answers
Jorge wanted to find out how many 9-volt batteries connected in a series are required to create a 120-volt circuit. So, he divid
natta225 [31]

Answer:

Jorge would need over 13\frac{1}{3} number of 9 volts battery to create 120 volts.

Explanation:

A series connecting is one in which two or more batteries are connected terminal-to-terminal, so that the same current flow through each battery. Each battery has an internal resistance, r, which is the opposition to the flow of current by the battery itself.

The total emf, E, of a given number of cells connected in series is given by;

E = E_{1} + E_{2} + E_{3} + E_{4} + .........

And each of the cell has an internal resistance, r. So that the total internal resistance of the cells in series is;

r = r_{1} + r_{2} + r_{3} + r_{4} + .......

Thus, Jorge's mistake was that 13\frac{1}{3} number of 9 volts batteries would not give 120 volts because each battery has its internal resistance. Therefore the appropriate answer is that he would need over 13\frac{1}{3} number of 9 volts battery to create 120 volts.

5 0
3 years ago
Amy has recently joined a new research institute. She had initially thought that her job would entail a lot of field work, which
Georgia [21]

Answer: Encounter Stage

Explanation: The Encounter Stage is the stage of socialization where a person just joins or enters an organization. At this Stage of Socialization, people discover if and how well their expectations match realities in the organization. The Encounter stage is after the pre-arrival stage of socialization and it is followed by the metamorphosis stage Of socialization.

8 0
3 years ago
What does the following statement do? double[] array1 = new double[10]; A. Declares array1 to be a reference to an array of doub
Crank

Answer:

The answer is "Option D".

Explanation:

In the given code an array that is "array1" is declared that stores double value because its data type is double. This array stores 10 element, that is equal, and between 0 to 9, because array indexing always starts from 0. In the given array declaration code all options are correct, that can be described as follows:

  • In option A, It is correct, because all element stores double value.
  • In option B, It is correct, because the size of the array is 10.
  • In option C, It is also correct, because it ranges between 0 to 9.
7 0
3 years ago
Other questions:
  • When configuring an adsl installation where should you to install the dsl filters?
    7·1 answer
  • List five characteristics of a series circuit
    9·1 answer
  • How do I download the Microsoft word on my Hp probook
    8·2 answers
  • What is a primitive?
    5·1 answer
  • If you cause a car accident, which type of insurance will require you to pay the least out of pocket?
    7·1 answer
  • Which of the following is something you need to keep an eye out for
    7·2 answers
  • Using positive self talk is a great way to
    12·2 answers
  • What is a Network It’s a system that is used to link two or more computers and name the different types of networks.?
    11·1 answer
  • How far back was the first car phone?
    11·2 answers
  • In the context of security threats, pretexting, sniffing, spoofing, and phishing are all examples of ________.
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!