Answer:
False
Explanation:
The private member of a class is not accessible by using the Dot notation ,however the private member are those which are not accessible inside the class they are accessible outside the class .The public member are accessible inside the class so they are accessible by using the dot operator .
<u>Following are the example is given below in C++ Language </u>
#include<iostream> // header file
using namespace std;
class Rectangle
{
private:
double r; // private member
public:
double area()
{ return 3.14*r*r;
}
};
int main()
{
Rectangle r1;// creating the object
r1.r = 3.5;
double t= r1.area(); // calling
cout<<" Area is:"<<t;
return 0;
}
Output:
compile time error is generated
<u>The correct program to access the private member of class is given below </u>
#include<iostream> // header file
using namespace std;
class Rectangle
{
private:
double r; // private member
public:
double area()
{
r1=r;
double t2=3.14*r2*r2;
return(t2); // return the value
}
};
int main()
{
Rectangle r1;// creating the object
r1.r = 1.5;
double t= r1.area(); // calling
cout<<" Area is:"<<t;
return 0;
}
Therefore the given statement is False
Answer:
The answer is "salmon is a fish".
Explanation:
In the given question some information is missing, that is the option of the question, which can be described as follows:
a) salmon is a fish.
b) salmon is an animal.
c) canary is an animal.
d) They all take a certain amount of time.
The Semantic Network Model is the network model, that uses the data nodes, which are connected by negative and positive links with one another. It permits their memory to retrieve ready related data, that's why in this question option a is correct, and other choices were wrong, that can be defined as follows:
- In option b, It's not a animal, it is a salt-water fish.
- In option c, It is a bird, that's why it is wrong.
- In option d, When we read-option a, it takes less time to read, that's why it is wrong.
Under the reporting interface of google analytics. The reporting tool base the amount of sample on the precision setting of the report. Greater precision will need more sample and less precision setting will need less sample. It is the percent of N session which is changed depending on the setting. You can find more information and official documentation on Google analytics product page.
Greater precision option will provide max sample.
Answer: Anonymization
Explanation: Anonymization is the mechanism followed on the data for it's security. It is the process in which the data is eliminated on the basis that it is particularly identifiable by the features like last name and other specific features. It is also done by the encryption technique to protect the information. The data that has been specifically identified are specified as anonymous.
I know that Windows computer files use the extension exe.