OOP Lesson 2

OOP Lesson 2

University

8 Qs

quiz-placeholder

Similar activities

Construct 2 Basics

Construct 2 Basics

2nd Grade - Professional Development

10 Qs

Activity 7: Quiz

Activity 7: Quiz

University

10 Qs

ISPFL1 Midterm Quiz #3

ISPFL1 Midterm Quiz #3

University

10 Qs

Java 6

Java 6

University

10 Qs

PE2 Module 3

PE2 Module 3

KG - Professional Development

11 Qs

Pre-test แบบทดสอบการเขียนโปรแกรมเชิงวัตถุ

Pre-test แบบทดสอบการเขียนโปรแกรมเชิงวัตถุ

University

10 Qs

FOP - CHAPTER 8

FOP - CHAPTER 8

University

10 Qs

AP CSA Unit 9 Inheritance - Polymorphism

AP CSA Unit 9 Inheritance - Polymorphism

University

10 Qs

OOP Lesson 2

OOP Lesson 2

Assessment

Quiz

Computers

University

Hard

Created by

Curtis Forbes

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a class diagram where does the name of the class go?

middle level

top level

bottom level

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is a template or blueprint

object

class

method

attribute

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

take on the characteristics of the class

methods

class

object

behaviours

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is the behaviour of an object of an object

methods

attributes

variables

class

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Methods are usually designated as

private

protected

packaged

public

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is often a good idea to designate these a private

classes

variables

methods

behaviours

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The attributes of the parent class are found in the child class.

polymorphism

abstraction

inheritance

encapsulation

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A java program must be created with in a/an

object

variable

class