Question
Question 1 Inheritance represents what type of relationship? Is-A Has-A Was-A Composition Flag this Question Question 2 What is the keyword used to indicate a
Question 1
Inheritance represents what type of relationship?
Is-A |
Has-A |
Was-A |
Composition |
Flag this Question
Question 2
What is the keyword used to indicate a class inheritance relationship?
Flag this Question
Question 3
A sub class may not access any private members of the super class by name.
True |
False |
Flag this Question
Question 4
What is the keyword used by a sub class to call a super class constructor?
Flag this Question
Question 5
When we implement the method: String toString() {} in our classes, we are ______ the method from the Object class.
overloading |
overriding |
implementing |
extending |
My guesses are
1. Is-A
2. extends
3. True
4. super
5. overriding
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started