If A is parent class and B & C are child class, which of following is wrong? in oop with java.
(a) A a= new B()
(b) A a= new c()
(c) B b= new B()
(d) B a= new C()
Answers
Answered by
11
Answer:
(d) B a= new C()
hope its helpful
Similar questions