Examlex

Solved

Code Description Ch 07-1

question 39

Multiple Choice

Code Description Ch 07-1
Consider a class called ChessPiece. This class has two instance data, String type and int player. The variable type will store "King", "Queen", "Bishop", etc. and the int player will store 0 or 1 depending on whose piece it is. We wish to implement Comparable for the ChessPiece class. Assume that, the current ChessPiece is compared to a ChessPiece passed as a parameter.
Pieces are ordered as follows:
"Pawn" is a lesser piece to a "Knight"
a "Bishop" and "Knight" are equivalent for this example
both "Bishop" and "Knight" are lesser pieces to a "Rook"
a "Rook" is a lesser piece to a "Queen"
a "Queen" is a lesser piece to a "King".


-Refer to Code Description Ch 07-1: Which of the following method headers would properly define the method needed to make this class Comparable? (cp designates ChessPiece)


Definitions:

Sociometric Differentiation

A measure of how relationships within a group differ, including who prefers to associate with whom, often used in the study of social structures.

Varying Degrees

Different levels or extents to which a condition, quality, or phenomenon exists.

SYMLOG

A theoretical and methodological approach in social science for analyzing and measuring interpersonal behavior.

Group Structure

The arrangement or organization of roles, interactions, and relationships within a group.

Related Questions