Enkapsulasi Quiz

Enkapsulasi Quiz

10th Grade

5 Qs

quiz-placeholder

Similar activities

Encryption

Encryption

9th - 11th Grade

10 Qs

Google Classroom

Google Classroom

KG - 12th Grade

10 Qs

Latihan soal Programming

Latihan soal Programming

1st - 12th Grade

10 Qs

AP CSA Java Unit 5 Classes

AP CSA Java Unit 5 Classes

10th - 12th Grade

6 Qs

Enhancing Your Professional Image

Enhancing Your Professional Image

9th - 12th Grade

10 Qs

Simulasi 3

Simulasi 3

10th Grade

10 Qs

Inheritance Quiz

Inheritance Quiz

2nd Grade - University

10 Qs

CodeHS 4.5 Writing Classes and Instance Methods

CodeHS 4.5 Writing Classes and Instance Methods

9th - 12th Grade

6 Qs

Enkapsulasi Quiz

Enkapsulasi Quiz

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Trisna Utama

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Teknik pemaketan data bersama atribut-atributnya yang bertujuan untuk menyembunyikan rincian-rincian implementasi dari pengguna adalah...

Inheritance

Private

Enkapsulasi

Protected

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Jika data tidak bisa diakses oleh siapapun diluar class, maka data tersebut dideklarasikan sebagai...

getter

setter

method

private

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Tipe data untuk menampung bilangan pecahan adalah...

double

string

boolean

integer

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Method yang memiliki nilai balik dinamakan dengan...

konstruktor

function

variabel

method

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Hak akses modifier private memiliki cakupan...

class sama, package sama

class sama

class sama, package berbeda

class sama, subclass sama