Pemrograman Berorientasi Objek

Pemrograman Berorientasi Objek

10th Grade - University

10 Qs

quiz-placeholder

Similar activities

Latihan Interface

Latihan Interface

9th - 12th Grade

10 Qs

Methods

Methods

University

11 Qs

keistimewaan OOP

keistimewaan OOP

University

15 Qs

UH 1 PBO

UH 1 PBO

11th Grade

15 Qs

Pretest PO-1 A

Pretest PO-1 A

University

8 Qs

Pemrograman Berorientasi Objek

Pemrograman Berorientasi Objek

11th Grade

13 Qs

JAVA FINAL QUIZ FOR ASSESSMENT

JAVA FINAL QUIZ FOR ASSESSMENT

University

15 Qs

Talent Next Java MCQ-1

Talent Next Java MCQ-1

University

10 Qs

Pemrograman Berorientasi Objek

Pemrograman Berorientasi Objek

Assessment

Quiz

Computers

10th Grade - University

Medium

Created by

EDI SAPUTRA

Used 81+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kosep PBO yang memungkinkan sebuah class dapat menggunakan member dari class induknya adalah ...

Interface

Inheritance

Enkapsulasi

Polimorfisme

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Konsep PBO yang bertujuan untuk melindungi atribut dari sebuah class agar tidak bisa diakses dari luar kelas disebut ...

Abstrak

Interface

Inheritance

Enkapsulasi

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bentuk polimorfisme yang memungkin user membuat definisi yang berbeda terhadap suatu method yang telah ada disebut overloading

benar

salah

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Konsep PBO yang memungkinkan satu method yang sama memiliki banyak bentuk implementasi disebut...

Polimorfisme

Enkapsulasi

Interface

Inheritance

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Keyword yang digunakan untuk membuat class di C++ adalah ...

class()

class

myClass

className

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Statement yang tepat untuk membuat objek myObj dari class MyClass adalah ...

class MyClass = new myObj;

class MyClass = new myObj();

MyClass myObj;

new myObj = MyClass();

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cara yang benar untuk menuliskan looping pada C++ adalah ...

while x>y { ...

x>y while { ...

while x>y;

while (x>y){ ...

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?