Answer:
Following are the code to this question:
def data(a):#defining method data that accepts parameter
print (a)#print parameter value
def data(b):#defining method data that accepts parameter
print (b)#print parameter value
x=input("enter value: ")#defining variable x that5 input value from user
print(data(x))#call method data
Output:
enter value: hello..
hello..
None
Explanation:
- As the above code, it is clear defines that python doesn't support the method overloading because More than one method can't be specified in a python class with the same name and python method arguments have no type.
- The single argument method may be named using an integer, a series, or a double value, that's why we can say that it is not allowed.
Answer: cannot emit light and has speed limitations
Explanation:
Silicon is usually used in computer chips and solar cells but Gallium arsenide is regarded as a better alternative even though it's costly than silicon.
Gallium arsenide has technical advantages over silicon as its electrons
move through it faster than they move through silicon. Also, cannot emit light and has speed limitations.
Gallium arsenide is used in manufacturing devices like infrared light-emitting diodes, solar cells, optical windows, etc.
Answer: down there
Explanation:
Some other benefits come from establishing a business bank account. You can gain access to services that make life easier, such as merchant account and payroll services, free online banking and, importantly, easier access to small business loans.
Answer:
B)
Explanation:
Is alwayd sorted sequentially in aceding order by transaction ID
Answer:
a. Edit a Profile to "Enable Chatter" for the subset of users.
b. Create a Permission Set with the "Enable Chatter" permission for the subset of users
Explanation:
There are two ways to limit Chatter access during roll-out to a subset of Sales force users
- through user profiles
- through permission sets
"Enable Chatter" permission is added to the user profiles and permission sets during Chatter profile based roll-out.
a.
- The system Administrator has to log in as Sales force administrator to perform this action.
- Then select Profiles from Setup.
- Click on Edit for the custom user profile.
- Tick the Enable Chatter check box in the Administrative Permissions section.
b.
- Search through the Permission Sets in Setup.
- System section appears. Select System Permissions in that section.
- Click on the Edit button
.
- Tick the Enable Chatter check box.