Latihan Interface

Latihan Interface

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Java Arrays Basic

Java Arrays Basic

10th - 12th Grade

15 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

Introduction To Java: Hello World

Introduction To Java: Hello World

7th - 12th Grade

10 Qs

Boss Battle (PS: Join Swift Camp)

Boss Battle (PS: Join Swift Camp)

10th - 12th Grade

11 Qs

Pemrograman OOP 2

Pemrograman OOP 2

11th Grade

9 Qs

Unit 2 Inheritance in Java

Unit 2 Inheritance in Java

12th Grade - University

15 Qs

XII RPL

XII RPL

11th - 12th Grade

12 Qs

Latihan_127

Latihan_127

11th Grade

15 Qs

Latihan Interface

Latihan Interface

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Antik Hariyanti

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Interface merupakan solusi untuk masalah .... ganda pada class

pewarisan

polimorfisme

method

function

deklarasi

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Sebuah interface tidak boleh mengandung nilai yang bersifat ...

public

dinamis

tetap

besar

kecil

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Interface dideklarasikan menggunakan keyword ....

extends

implements

methods

declare

interface

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Sebuah interface dapat melakukan extends pada ....

class induk

class lain

interface lain

method lain

package lain

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Class hanya diperkenankan melakukan pewarisan pada 1 class lain, tetapi dapat mengimplementasikan interface sebanyak ....

maksimal 1

maksimal 2

maksimal 3

maksimal 4

berapapun

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Kode Program berikut ini yang tidak boleh digunakan untuk method di dalam sebuah interface adalah ....

System.out.println ("Interface Error")

System.out.println ("Interface Ready")

int jumlah = jumlah + 1

int nilai = 2

System.out.println ("5+3")

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Secara default, sebuah interface bersifat ....

private

protected

public

secret

hidden

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?