Pemrograman Berorientasi Objek

Pemrograman Berorientasi Objek

10th Grade - University

10 Qs

quiz-placeholder

Similar activities

TES AWAL MODUL 2

TES AWAL MODUL 2

University

10 Qs

Thinglink

Thinglink

9th - 12th Grade

10 Qs

HTML TABLE BASIC

HTML TABLE BASIC

10th Grade

10 Qs

Animasi PAT

Animasi PAT

University

10 Qs

Round 2 for Preplacement Bootcamp

Round 2 for Preplacement Bootcamp

University

15 Qs

Cloud Computing

Cloud Computing

12th Grade

10 Qs

have fun with econometrics

have fun with econometrics

University

15 Qs

PSSI Chp 1 dan 2

PSSI Chp 1 dan 2

University

12 Qs

Pemrograman Berorientasi Objek

Pemrograman Berorientasi Objek

Assessment

Quiz

Computers

10th Grade - University

Medium

Created by

EDI SAPUTRA

Used 83+ 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers