Chris Fraser
Quiz von , erstellt am more than 1 year ago

Quiz am Computer Science Quiz: Writing Custom Classes, erstellt von Chris Fraser am 06/11/2014.

29
0
0
Keine Merkmale angegeben
Chris Fraser
Erstellt von Chris Fraser vor mehr als 9 Jahre
Schließen

Computer Science Quiz: Writing Custom Classes

Frage 1 von 10

1

An object has...?

Wähle eine der folgenden:

  • State and Behaviour.

  • Actions and Classes.

  • Methods and Code.

Erklärung

Frage 2 von 10

1

How many objects can a class have?

Wähle eine der folgenden:

  • 234

  • 2

  • As many as we want

  • 100

Erklärung

Frage 3 von 10

1

What type of declarations need to be made by a class?

Wähle eine der folgenden:

  • State and Behavior

  • Class and Object

  • Data and Method

Erklärung

Frage 4 von 10

1

What is the toString method?

Wähle eine der folgenden:

  • A method that makes two strings.

  • A method that combines two strings.

  • A method that prints a string representation of an object.

  • A method that returns a string representation of an object.

Erklärung

Frage 5 von 10

1

What is a constructor?

Wähle eine der folgenden:

  • A person who directs a choir or orchestra.

  • A person who builds buildings

  • A method used to set up an object upon its creation.

  • A method used to build a class.

Erklärung

Frage 6 von 10

1

How is a constructor called and how is it named?

Wähle eine der folgenden:

  • It is called by java and is also named by java.

  • It is called by a line of code and is named by the author.

  • It is called by a line of code and shares the name of the class.

  • It is called via "new" and shares the name of the class.

Erklärung

Frage 7 von 10

1

A constructor can accept parameters if necessary.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 8 von 10

1

What is the scope of a variable?

Wähle eine der folgenden:

  • What the variable can apply to.

  • How many times the variable can be used.

  • The region of the program that the variable can be used within.

  • The accuracy of the variable.

Erklärung

Frage 9 von 10

1

What is an instance variable?

Wähle eine der folgenden:

  • A variable that only is used once.

  • A copy of a variable that is given to each object.

  • A variable that only applies to one instance (object).

  • A copy of a variable that applies to all objects in a program.

Erklärung

Frage 10 von 10

1

A client should be aware of both the implementation details as well as the interface.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung