Answer:
a problem that can be solved in a methodical manner
a problem solved with well-defined steps
Some devices that depend on gravity to function include scales, showers, and satellites, to list a few.
Answer:
Polymorphism means that a variable of supertype can refer to a subtype object.
Explanation:
For example, in Python programming language, a function that accepts an iterable object uses the concept of polymorphism because that function can accept strings, lists, tuples as arguments.