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:
With the help of sorting and filtering techniques we can get answers of may question.
Explanation
For example, there is a database of a book shop, we create few questions from that database, to get answer with the help of sorting and filtering techniques.
- Which one is the lowest selling book in the month?
- How many books available in the shop related to graphic designing?
- Which Book is the lowest Price Book in the category of Web Designing?
- Which Title Books are out of stock?
- Which Books are sale on Numbers and which on low arrange them in order?
many jobs were created, such as, but not limited to, factory worker, inspector, etc.
They learned the earth was much older than they had previously thought.
Gradual processes changed the earth's surface.
Fossils could tell the age they came from.
Answer:
The network media she should use is;
E. Shielded twisted-pair
Explanation:
A network connection that will not be affected by electrical or electromagnetic interference is a shielded twisted pair cable
Electromagnetic interference, EMI, is an externally originating disturbance that has an impact on electrical circuits through electromagnetic induction, direct conduction, or electrostatic coupling, with the possible effect of circuit degradation or disruption
EMI can be prevented by the use of shielded twisted pair (STP) cabling that provides a barrier that reduces the effect of external electromagnetic fields and transports the current induced to the ground through a grounding wire