Question 4. Use simulate_several_key_strikes 1000 times, each time simulating the monkey striking 11 keys. Compute the proportio
n of times the monkey types "datascience", calling that proportion datascience_proportion. This is an estimate for the true probability that a monkey types "datascience".
If we define a method in a derived class with same declaration type as that of base class then it is said to be overriding a function which behaves differently which will depend on the object which is calling the method.
Option a,b and c are not any kind of methods we implement using coding.
Option d is done when number or data types of parameters are different than the declaration of the base type.