Suppose that a class A is defined with two variables name1,name2 and three methods with arguments int f1(int),void f2(string) and String,int.The choose which one of the following cannot be asked in a class B wich is extended from A?
A int51(int)
B intf1(string)
C intf2(string)
D intf2(int)
Solution
Correct Answer: Option A