Answer: Routers
Explanation:
Routers are the device that route packets of data between two or more networks as, core router is that which transmitted data from the other router and route packets based on the network information layers and can forward the other packets based on the data link layers information, the layer on which the bridges are operated.
Answer:
A subclass can directly access public members of a superclass.- first choice
After you declare a variable, you can assign a value to a variable. Assigning a value to a variable means storing a value to a variable. To assign a value, use the equal sign: var age; ... In this one line above, we declare a variable called age when we assign the value 55.