Answer:
Option(c) is the correct answer for the given question.
Explanation:
The method variable overrides the class variable name with same name The method variable overrides of the class variable name .
Following are the example in java language
public class Main
{
int b=90; // class varaible or instance varaible
void sum()
{
int b=34; // method having same name as class varaible name
b=b+10;
System.out.println(b); // display b
}
public static void main(String[] args) // main method
{
Main ob=new Main(); // craete object
ob.sum(); // calling method sum
}
}
Output:
44
In this we declared a variable 'b' as int type in class and override this variable in sum() function it means same variable name is declared in function sum() .
acquiesces ,destroys,alters are the wrong for the given question.
So overrides is the correct answer
Answer:
A flowchart is simply a graphical representation of steps. It shows steps in sequential order and is widely used in presenting the flow of algorithms, workflow or processes. Typically, a flowchart shows the steps as boxes of various kinds, and their order by connecting them with arrows.
Explanation:
Answer:
<h3>Guided media, which are those that provide a conduit from one device to another, include twisted-pair cable, coaxial cable, and fiber-optic cable. Guided Transmission Media uses a "cabling" system that guides the data signals along a specific path. The data signals are bound by the "cabling" system.</h3>
pa brainliest po thank you
Answer: you code to find the surface area 6 s2, volume s3 in python
Explanation:if you dont code the surface area 6 s2, volume s3 in python then you cant code