Advertisements
Advertisements
प्रश्न
What is abstraction?
उत्तर
Abstraction:
It is the facility to define objects. It also involves the removal of unnecessary attributes and defining only essential attributes. For example, when we represent the state of a process we select only the variables essential to the problem and ignore inessential details.
APPEARS IN
संबंधित प्रश्न
If i = 5 before the assignment i := i - 1 after the assignment, the value of i is ______
If 0 < i before the assignment i := i - 1 after the assignment, we can conclude that ______
Initially, farmer, goat, grass, wolf = L, L, L, L, and the farmer crosses the river with a goat. Model the action with an assignment statement.
What is the form and meaning of the assignment statement?
What is the difference between the assignment operator and the equality operator?