Computer Science, asked by thindinaksh2012, 1 year ago

Select the principle that best describes the given scenario. The wind is called a breeze if it is gentle. The wind is called a storm if it is harsh.
Select one:
a. Polymorphism
b. Abstraction
c. Typing
d. Aggregation

Answers

Answered by sailorking
9

Answer:

According to the question, the answer is option "a) Polymorphism". The reason for this answer is because, polymorphism means multiple forms, of the same thing.

Explanation:

In a programming language polymorphism is of two types, in this question among the two types of polymorphism, which is included is "function overloading". It states that two methods shall have the same name but their functions shall be different, and that shall be identified by the parameters passed.

Answered by tadelaravi8913
2

Answer:

polymorphism is the correct answer

Similar questions