Category(int age)- This method is used to declaring the age.
incrementingAge(int age)-This method is used for incrementing the age.
SettingAge(int age)
-This method is used to initializing the age.
These are the three methods for making declaration very useful.
Explanation:
Class Cat
{
public:
Category(int age)
{
itsAge =age;
}
int incrementingAge(int age)
{
itsAge = itsAge+ age;
}
int SettingAge(int age)
{
itsAge =age;
}
int GetAge() const;
private:
int itsAge;
};Answer:
Answer:
In networking, topology refers to the layout of a computer network. ... Physical topology means the placement of the elements of the network, including the location of the devices or the layout of the cables. Logical topology maps the flow of data, regardless of the physical layout.
...hope it helps...
Explanation:
software must be used by well trained staff.
Answer:
Threat disgruntled employees
Explanation:
This is a type's threat in a network, why disgruntled employees is a threat?
Because disgruntled employees can implement a plant to damage a company's system when an IT employee be fired.
I t can be difficult to try to protect a system of these threats, Traditionally companies can wait for the less damage, then delete those credentials.
In cloud computing we have IDaaS, where an external company administers the company's credentials, is harder to damage the system in this way.
Answer:
"Connection Refused"
Explanation:
This is the error message that is returned when the server is not listening on the correct port, or the server is offline.
Cheers.