Answer:
Option(b) is the correct answer to the given question.
Explanation:
The main objective of the Phishing to posing as a legitimate entity and trick the individuals to sharing her confidential information like information of banking details such as credit card number and passwords etc.
Phishing is done with the help of email, telephone or etc. Sometime phishing is done by the web page and stolen the website password. Phishing provides financial loss to the individual as well as the organization.
Except for option(b) all the options are not examples of Phishing that's why they are incorrect Options.
Answer:
one based on opinion rather than fact, upon which reasonable people could disagree.
Explanation:
An example of a subjective point of view is a position taken on whether a movie or book is good or bad
Answer:
In opp friend function is a function that gives the same access to private and protected data. It is declared in class that is granting access.
Explanation:
#include<iostream.h>
using namespace std;
class Sum
{
int a, b, add;
public:
void input()
{
cout << "Enter the value of l and m:";
cin >> l>>m; taking input from users
}
friend void add(sum &t);
void display()
{
cout << "The sum is :" << z;
}
};
void add(sum & p)
{
p.add = p.a + p.b;
}
int main()
{
sum p1;
p1.input();
add(p1);
p1.display();
return false;
if(display==5)
{
return true; //true is returned if sum is equal to 5
}
else //if they are not the same
{
return false;
}
}
Answer:
<em>Insert (B for me at least)</em>
Explanation:
its insert because if you click on the tab it says you can add a picture and I got it right on my test