Answer:
A)predict future organizational needs.
Explanation:
It is important to perform a SWOT analysis. Which helps us predict future business needs. Highlighting strengths, weaknesses, opportunities and threats.
- analyzing its internal characteristics (Weaknesses and Strengths).
- external situation (Threats and Opportunities) in a square matrix.
Explanation:
Following are the difference between overriding and overloading
(1) Method overloading means method having same name but different parameter or method signature Whereas Method overriding means method having same name and same parameter or signature.
(2) Method overloading is achieved the compile time Polymorphism whereas Method overriding is achieved the Run time Polymorphism .
(3 ) In method overriding child class have facility to provide a specific implementation of a method which is already defined by parent class method whereas there is no such facility is available in method overloading
(4 )Programming structure of method overloading
class test
{
void fun()
{
// statement
}
void fun(int b)
{
// statement
}
}
In this fun() method name is same but different signature I.e void fun() and void fun(int a);
Programming structure of method overriding
class parent
{
void fun()
{
// statement in parent class
}
}
class child extends test
{
void fun()
{
// override the statement in child class
}
}
In this fun() method have same name and same signature in both class
Answer:
It is tr.
Explanation:
For removing all the carriage returns you can make use tr like
tr '\r\n' ' '
However, you cannot make use of the diff which finds the difference between the two files.
Onl is definitely not an option and cut holds different meaning that we know, Hence the above answer, tr can definitely help as shown above,
Answer:
Windows
Explanation:
It is down to preference. I prefer windows due to its large compatibility with a wide range of apps.
Answer: I believe it’s A operating system
Explanation: The mouse is something you can touch wich is hardware not software, a disk drive is also hardware not software, and so is a monitor.Software is something inside the computer so it’s a operating system.