Answer:
Encapsulation
Explanation:
Encapsulation is referring to the concept that data buding with some approach or method that is applied to that selected data. it also restricts the use of some internal data of an object. The motive behind restricting the data is to prevent the misuse of the data.
For example- in java, encapsulation is refer to the wrapping of code with the data in one unit.
Answer:
See explaination
Explanation:
#include <iostream>
using namespace std;
int main()
{
float marks;
cout<<"Enter your grade value :";
cin>>marks;
if(marks>=90)
cout<<"Your grade is 'A'";
else if(marks>=80&& marks<90)
cout<<"Your grade is 'B'";
else if(marks>=70&& marks <=80)
cout<<"Your grade is 'C'";
else if(marks>=60&& marks <70)
cout<<"Your grade is 'D'";
else
cout<<"Your grade is 'F'";
}
They can hack into you email or your phone number thats all they need to find where you live how old you are and etc hope this helps
Wigga woggga wigggawiggva