Answer:
Option b is a correct answer for the above question.
Explanation:
IS-A relationship occurs for a child class when the child class inherits the parent class, then it has been said that "child class "Is-A" Parent class". This can be followed by the interface and class both.
The above question asked that which is not true for the "Is-A" concept. Option b is not true, because it states that the Parent class inherits the Wizard interface, but the question code is not stated like this. Hence option b is correct while the other is not because:-