G = <?, ?, ?, ?>. Training data = <sunny, warm, normal, same> => Yes (positive example). How will G be represented after encountering this training data?

Correct Answer: <?, ?, ?, ?>
Initially G is (?), which implies that the learner is yet to encounter a negative example. G will remain the same after encountering another positive example. It will change only after encountering a negative example.