Question: need asap QUESTION 1 1. Choose the statement which is not true A derived class inherits the base class members by using the keyword extends

QUESTION 1 1. Choose the statement which is not true A derived class inherits the base class members by using the keyword extends A derived class can access the variables and methods of base class class. A derived class can access the public and default members of base class. A derived class can access the private member of base class. QUESTION 2 2. The @Override annotation is placed above a derived class method that overrides a base class method, so the compiler verifies that ar identical base class method exists. True False QUESTION 3 Click Save and Submit to see and writ. Click Save All Ads to we all as QUESTION 3 3. A class can be declared as public or no access specifier. True False QUESTION 4 4. An abstract class can be used to create objects. True False QUESTION 5 5. Java uses interfaces to perform multiple inheritance. True False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
