Search Header Logo

Pemrograman Berorientasi Objek

Authored by EDI SAPUTRA

Computers

10th Grade - University

Used 84+ times

Pemrograman Berorientasi Objek
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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){ ...

Access all questions and much more by creating a free account

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

Already have an account?