OOP Lesson 2

OOP Lesson 2

University

8 Qs

quiz-placeholder

Similar activities

Business Analysis 2 - Data modelling and requirements

Business Analysis 2 - Data modelling and requirements

University

8 Qs

RDBMS

RDBMS

University

11 Qs

Kuis OOAD Pertemuan 7

Kuis OOAD Pertemuan 7

University

10 Qs

Objects, Classes, and Methods Terminology

Objects, Classes, and Methods Terminology

University

8 Qs

Object/Abstract/Final in JAVA

Object/Abstract/Final in JAVA

University

10 Qs

Week 2 - Assessment 2

Week 2 - Assessment 2

University

10 Qs

OOP Kuiz 1

OOP Kuiz 1

University

12 Qs

Java Programming Basics

Java Programming Basics

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