Answer:b)-Hybrid topology
Explanation:
Hybrid is a type of topology which uses different types of topology. Hybrid topology uses the mix of ring, bus, mesh, star and tree topology. This topology is reliable as troubleshooting is easy without affecting other networks. Also, more network can be easily added to it without causing much interference.
The major disadvantage of hybrid topology is its complexity.
<span>JPEG files </span><span> are a common file format for digital photos and other digital graphics so she would be looking for a picture
</span>
I would have to say the answer is D.) A communication plan. Hope this helps! :-)
Answer:
The output of the given question is :
Person
Person
Explanation:
Following are the description of Statements
- The new Person().printPerson(); calling the function of printPerson() of the class Person so it returns the Person in the console window.
- The new Student().printPerson(); calling the function of printPerson() of the class student .The student inherits the class Person So control will moves to the class it executed the statement inside the Person class So it executed the function public void printPerson() of the Person class so it also returns the Person String and execution of program become stops