Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QUESTION 1 What is the difference between object serialization and object marshalling? Check all that apply. Serialization is part of marshaling. Typically, marshalling requires an

image text in transcribed

QUESTION 1 What is the difference between object serialization and object marshalling? Check all that apply. Serialization is part of marshaling. Typically, marshalling requires an object to be serialized. Serialization is the process of translating an object into a different format, usually a bytestream. Marshalling is the process of providing an object to a remote procedure invocation (RMI). O Marshalling is transferring an object on the wire. QUESTION 2 Does inheritance enhance or weaken encapsulation? Inheritance enhances encapsulation. It depends. Inheritance weakens encapsulation. QUESTION 3 What is wrong with this class? Check all that apply. public class Rectangle {} public class Window extends Rectangle {} There is nothing wrong. The inheritance permit us to reuse the implementation. A window is not a rectangle. A window uses a rectangle, it is not one. QUESTION 4 Check the correct statements. Inheritance is used for reuse. O Inheritance is used for augmentation. Inheritance is used for reuse but not augmentation. QUESTION 5 Is an interface more like inheritance or more like composition? inheritance composition

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft Visual Basic 2017 For Windows Web And Database Applications

Authors: Corinne Hoisington

1st Edition

1337102113, 978-1337102117

Students also viewed these Databases questions

Question

What is a business-level strategy?

Answered: 1 week ago

Question

=+ (c) Show that $ is countable if and only if L2 is separable.

Answered: 1 week ago

Question

7. Identify six intercultural communication dialectics.

Answered: 1 week ago