Pemrograman Berorientasi Objek

Pemrograman Berorientasi Objek

10th Grade - University

10 Qs

quiz-placeholder

Similar activities

Java Method Overloading

Java Method Overloading

University

6 Qs

cc2-quiz

cc2-quiz

University

10 Qs

Methods

Methods

University

11 Qs

Unit 9 AP CSA Inheritance

Unit 9 AP CSA Inheritance

10th - 12th Grade

8 Qs

APCSA Inheritance, Superclass, Subclass

APCSA Inheritance, Superclass, Subclass

10th - 12th Grade

8 Qs

assemblyLanguageChap3

assemblyLanguageChap3

University

10 Qs

สอบกลางภาค JAVA เรียนที่ 1/2562

สอบกลางภาค JAVA เรียนที่ 1/2562

KG - 12th Grade

15 Qs

Introduction to C

Introduction to C

10th Grade

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