Huawei Company Programming Technical

Find the wrong option
Class B extends A

a)A a=new A();
b)B b=new B();
c)A a=new B();
d)B b=new A();

Read Solution (Total 4)

Huawei Other Question

Find the next series

125,80,45,20,_
a)10 b)8 c)12 d)5
Which excess modifier is applicable to an interface?

a)public
b)protected
c)private
d)all of these