1.

What is the output of the below Java program with Constructors using Inheritance?

A. Inside WildAnt() Constructor.
B. Inside Ant(String) Constructor. Inside WildAnt() Constructor.
C. Inside WildAnt() Constructor. Inside WildAnt() Constructor.
D. Compiler error
Answer» E.


Discussion

No Comment Found