Answer:
B. Balanced depending and the type of questions
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
If the ladder is not stable, it is better to have someone hold the ladder in the bottom ( only someone who is strong and confident)
<span>Fixed Price Contracts, Cost Reimbursable Contracts, and <span>Time and Material Contracts are the three basic types. Not to mention </span></span>Sale contracts, Employment contracts, business contracts, and leases.
Answer:
An effective policy is the procedure that are manually clear and easy to understand in an organisation. It basically define as the set of rules and principles in a system to guide the decision and fulfill their desired goals.
An effective policy is error free and has high efficiency. Basically, it is the set of various ideas that can be used for decision making.
Some of the effective policies are:
- The idea and plan are tested before its implementation in the system.
- The result should be efficient and in measurable terms.
- The ideas and assumptions are explicit in the nature.