Examlex

Solved

Consider the Following Code Snippet

question 61

Multiple Choice

Consider the following code snippet:
Public class Employee
{
) . .
Public void setDepartment(String deptName)
{
) . .
}
}
Public class Programmer extends Employee
{
) . .
Public void setProjectName(String projName)
{
) . .
}
Public void setDepartment(String deptName)
{
) . .
}
}
Which of the following statements is NOT correct?


Definitions:

Latent Learning

Learning that occurs without any obvious reinforcement of the behavior or associations that are learned.

Reinforcement

In behavioral psychology, a process in which a behavior is strengthened by the consequence that follows it, making it more likely to be repeated.

Performance

The action or process of carrying out or accomplishing an action, task, or function.

Learning

The act of gaining new insights, abilities, morals, or likes by means of learning, undergoing, or instructing.

Related Questions