OOP Lesson 2

OOP Lesson 2

University

8 Qs

quiz-placeholder

Similar activities

Python_OOP_Intro_Quiz

Python_OOP_Intro_Quiz

University

13 Qs

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

COMPUTER PROGRAMMING 2- SEATWORK 2- INTRO TO OBJECT OOP

University

10 Qs

TIU Quiz-10

TIU Quiz-10

University

10 Qs

Mocademy - Quiz 3

Mocademy - Quiz 3

University

12 Qs

Unit 24 - Java Basics

Unit 24 - Java Basics

University

10 Qs

Java Class vocabulary

Java Class vocabulary

9th Grade - University

12 Qs

INTRODUCTION TO OOPS

INTRODUCTION TO OOPS

University

10 Qs

SKIP1103 TOPIC 1: INTRODUCTION TO OBJECT-ORIENTED CONCEPT

SKIP1103 TOPIC 1: INTRODUCTION TO OBJECT-ORIENTED CONCEPT

University

12 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