Pemrograman Berorientasi Objek

Pemrograman Berorientasi Objek

10th Grade - University

10 Qs

quiz-placeholder

Similar activities

KD 3.20 MYOB Manufaktur

KD 3.20 MYOB Manufaktur

12th Grade

13 Qs

Unity 1 ДЛЯ ВСЕХ

Unity 1 ДЛЯ ВСЕХ

7th Grade - University

10 Qs

Introduction to Java

Introduction to Java

University

10 Qs

java - intro

java - intro

University

11 Qs

AP CSA Unit 9 Inheritance - Polymorphism

AP CSA Unit 9 Inheritance - Polymorphism

10th - 12th Grade

8 Qs

Gamemaker Language

Gamemaker Language

6th - 12th Grade

10 Qs

Variables & Data Types

Variables & Data Types

6th - 12th Grade

10 Qs

Evaluación de Realidad Virtual

Evaluación de Realidad Virtual

University

10 Qs

Pemrograman Berorientasi Objek

Pemrograman Berorientasi Objek

Assessment

Quiz

Computers

10th Grade - University

Medium

Created by

EDI SAPUTRA

Used 82+ 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?