Computers and Technology

For questions 1 – 3, use the following partial class definitions:
public class A1
{
public int x;
private int y;
public int z; …
}
public class A2 extends A1
{
public int a; private int b; …
}
public class A3 extends A2
{
private int q; …
}

1) Which of the following is true with respect to A1, A2, and A3?
a) A1 is a subclass of A2 and A2 is a subclass of A3
b) A3 is a subclass of A2 and A2 is a subclass of A1
c) A1 and A2 are both subclasses of A3
d) A2 and A3 are both subclasses of A1
e) A1, A2 and A3 are all subclasses of the class A

2) Which of the following lists of instance data are accessible in class A2?
a) x, y,z, a,b
b) x, y,z, a
c) x, z,a, b
d) z, a,b
e) a, b

3) Which of the following lists of instance data are accessible in A3?
a) x, y,z, a,b, q
b) a, b,q
c) a, q
d) x, z,a, q
e) x, a,q

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 17:30, glocurlsprinces
Rachel completed typing an official document with a word processing program. she wants to make sure that her document has no typographical errors. she also wants all headings to have the same font. which features in a word processing program should she use? rachel should use the feature in a word processing program to find typographical errors. she should apply to have uniform headings.
Answers: 1
image
Computers and Technology, 23.06.2019 01:00, leo4687
Complete the sentence about a presentation delivery method
Answers: 2
image
Computers and Technology, 23.06.2019 12:00, lyn94
Using the list, you can select the number of photos that will appear on each slide. a. theme b. frame shape c. pictures in album d. picture layout
Answers: 1
image
Computers and Technology, 23.06.2019 13:30, jhitotw
What is the primary difference between the header section of a document and the body? a. the body is displayed on the webpage and the header is not. b. the header is displayed on the webpage and the body is not. c. the tag for the body is self-closing, but the tags for the headers must be closed. d. the tag for the header is self closing, but the tag for the body must be closed.
Answers: 3
Do you know the correct answer?
For questions 1 – 3, use the following partial class definitions:
public class A1
{

Questions in other subjects: