Latihan Interface

Latihan Interface

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

CodeHS 5.6 The List Interface

CodeHS 5.6 The List Interface

9th - 12th Grade

10 Qs

Computer Application ISC

Computer Application ISC

12th Grade

12 Qs

Programacion Orientada a Objetos

Programacion Orientada a Objetos

12th Grade - University

10 Qs

XII RPL

XII RPL

11th - 12th Grade

12 Qs

Latihan_127

Latihan_127

11th Grade

15 Qs

Pertanyaan pemantik PBO Kelas XII - 1

Pertanyaan pemantik PBO Kelas XII - 1

12th Grade

10 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

Java Collection

Java Collection

12th Grade

10 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?