1. Which of the following is NOT true about encapsulation? * Loosely called "information hiding" Separates the interface of an object from its implementation The interface consists of the outside view of an object The implementation of the behavior should be visible to other objects O None of the above 2. Which of the following statements is/are TRUE? To allow all classes, regardless of their package declaration, access an object's feature, it must be declared as default. java.util is an example of a user-defined package. I. I. I only Il only Both I and II Neither I nor || 3. Which of the following is wrong when encapsulating a class? * All instance attributes should be set to private Setting the constructor to private will not allow objects to be instantiated Methods are always public to allow other classes to call them If public and default both works as access O modifier for class, choose the more strict one (default) None of the above

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%

Please answer the following questions:

1. Which of the following is NOT true about
encapsulation? *
Loosely called "information hiding"
Separates the interface of an object from
its implementation
The interface consists of the outside view
of an object
The implementation of the behavior should
be visible to other objects
O None of the above
2. Which of the following statements is/are
TRUE?
To allow all classes, regardless of their package declaration, access an object's feature,
it must be declared as default.
java.util is an example of a user-defined package.
I.
I.
I only
Il only
Both I and II
Neither I nor ||
3. Which of the following is wrong when
encapsulating a class? *
All instance attributes should be set to
private
Setting the constructor to private will not
allow objects to be instantiated
Methods are always public to allow other
classes to call them
If public and default both works as access
O modifier for class, choose the more strict
one (default)
None of the above
Transcribed Image Text:1. Which of the following is NOT true about encapsulation? * Loosely called "information hiding" Separates the interface of an object from its implementation The interface consists of the outside view of an object The implementation of the behavior should be visible to other objects O None of the above 2. Which of the following statements is/are TRUE? To allow all classes, regardless of their package declaration, access an object's feature, it must be declared as default. java.util is an example of a user-defined package. I. I. I only Il only Both I and II Neither I nor || 3. Which of the following is wrong when encapsulating a class? * All instance attributes should be set to private Setting the constructor to private will not allow objects to be instantiated Methods are always public to allow other classes to call them If public and default both works as access O modifier for class, choose the more strict one (default) None of the above
4. Which line(s) of code will produce an
error?
package letter;
package shape;
import letter.A;
import letter.B;
public class A {
private int x;
void getX() {}
| }
public class Round {
void getCircumference() {
A a1 = new A();
B b1 = new B();
a1.getX(); (3)
b1. write(); (4)
}
package letter;
public class B {
public void write() {
A a1 = new A();
a1.x = 2; (1)
a1.getX(); (2)
}
}
O 1 and 2 only
O 1 and 3 only
2 and 3 only
O 3 and 4 only
O 1, 2, and 3 only
Transcribed Image Text:4. Which line(s) of code will produce an error? package letter; package shape; import letter.A; import letter.B; public class A { private int x; void getX() {} | } public class Round { void getCircumference() { A a1 = new A(); B b1 = new B(); a1.getX(); (3) b1. write(); (4) } package letter; public class B { public void write() { A a1 = new A(); a1.x = 2; (1) a1.getX(); (2) } } O 1 and 2 only O 1 and 3 only 2 and 3 only O 3 and 4 only O 1, 2, and 3 only
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY