Question: Java question Suppose the class Football extends the class Sports explain in detail which of the following expressions are legal. (i) Sports x = new
Java question
Suppose the class Football extends the class Sports
explain in detail which of the following expressions are legal.
(i) Sports x = new Sports(); (ii) Football y = new Football(); (iii) x = y; (iv) y = x; (v) y = new Sports(); (vi) x = new Football();
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
