User contributions for Kangtain
Appearance
14 October 2022
- 18:0318:03, 14 October 2022 diff hist 0 N File:Praktek Menggunakan variable dan tipe data di java 3.png No edit summary current
- 18:0218:02, 14 October 2022 diff hist +79 Pemrograman Berorientasi Obyek:Praktek Menggunakan variable dan tipe data di java No edit summary Tag: Visual edit
- 18:0118:01, 14 October 2022 diff hist 0 N File:Praktek Menggunakan variable dan tipe data di java 2.png No edit summary current
- 17:4417:44, 14 October 2022 diff hist +79 Pemrograman Berorientasi Obyek:Praktek Menggunakan variable dan tipe data di java No edit summary Tag: Visual edit
- 17:4317:43, 14 October 2022 diff hist 0 N File:Praktek Menggunakan variable dan tipe data di java 1.png No edit summary current
- 17:3517:35, 14 October 2022 diff hist +61 Pemrograman Visual:Form dan Objek Kontrol 2 →ComboBox dan ListBox Tag: Visual edit
- 17:3417:34, 14 October 2022 diff hist 0 N File:Form dan Objek Kontrol 2-5.png No edit summary current
- 17:3317:33, 14 October 2022 diff hist +53 Pemrograman Visual:Form dan Objek Kontrol 2 →ComboBox dan ListBox Tag: Visual edit
- 17:3217:32, 14 October 2022 diff hist 0 N File:Form dan Objek Kontrol 2-4.png No edit summary current
- 17:3017:30, 14 October 2022 diff hist +1,111 Pemrograman Visual:Form dan Objek Kontrol 2 →ComboBox dan ListBox Tag: Visual edit
- 14:0314:03, 14 October 2022 diff hist +68 Pemrograman Berorientasi Obyek:Praktek Menggunakan variable dan tipe data di java No edit summary
- 14:0214:02, 14 October 2022 diff hist +950 N Pemrograman Berorientasi Obyek:Praktek Menggunakan variable dan tipe data di java Created page with "<syntaxhighlight lang="java" line="1"> public class MyClass { public static void main(String[] args) { String firstName = "John "; String lastName = "Doe"; String fullName = firstName + lastName; System.out.println(fullName); } } </syntaxhighlight> * Ketika dijalankan hasilnya John Doe <syntaxhighlight lang="java" line="1"> public class MyClass { public static void main(String[] args) { int myNum = 5; // integer (whole number)..." Tag: Visual edit
- 13:5813:58, 14 October 2022 diff hist +94 Pemrograman Berorientasi Obyek No edit summary
- 13:5713:57, 14 October 2022 diff hist +54 Pemrograman Berorientasi Obyek:Praktek Menampilkan text dengan java No edit summary
- 13:5713:57, 14 October 2022 diff hist +635 N Pemrograman Berorientasi Obyek:Praktek Menampilkan text dengan java Created page with "* Simpan dengan nama file <code>Job1.java</code> <syntaxhighlight lang="java" line="1"> public class Job1 { public static void main(String[] args) { System.out.println("Hello World"); } } </syntaxhighlight> Hello World * Simpan dengan nama file <code>Job1a.java</code> Untuk memberikan komentar/keterangan di listing program gunakan <code>//</code><syntaxhighlight lang="java" line="1"> public class Job1a { public static void main(String[] args) { System.ou..." Tag: Visual edit
- 13:5213:52, 14 October 2022 diff hist +79 Pemrograman Berorientasi Obyek No edit summary
- 13:5113:51, 14 October 2022 diff hist +60 Pemrograman Berorientasi Obyek:Enkapsulasi, Pewarisan dan polimorfisme →2. Dynamic Polymorphism (Polimorfisme dinamis).
- 13:5013:50, 14 October 2022 diff hist +403 Pemrograman Berorientasi Obyek:Enkapsulasi, Pewarisan dan polimorfisme →2. Dynamic Polymorphism (Polimorfisme dinamis). Tag: Visual edit
- 13:4813:48, 14 October 2022 diff hist 0 N File:Enkapsulasi, Pewarisan dan polimorfisme 3.png No edit summary current
- 13:4813:48, 14 October 2022 diff hist +633 Pemrograman Berorientasi Obyek:Enkapsulasi, Pewarisan dan polimorfisme →2. Dynamic Polymorphism (Polimorfisme dinamis). Tag: Visual edit
- 13:4613:46, 14 October 2022 diff hist 0 N File:Enkapsulasi, Pewarisan dan polimorfisme 2.png No edit summary current
- 13:4413:44, 14 October 2022 diff hist +2,025 Pemrograman Berorientasi Obyek:Enkapsulasi, Pewarisan dan polimorfisme →Pewarisan Tag: Visual edit
- 13:3813:38, 14 October 2022 diff hist 0 N File:Enkapsulasi, Pewarisan dan polimorfisme 1.png No edit summary current
- 13:3613:36, 14 October 2022 diff hist +1,295 N Pemrograman Berorientasi Obyek:Enkapsulasi, Pewarisan dan polimorfisme Created page with "== Konsep Dasar OOP == * Enkapsulasi (Encapsulation) * Pewarisan (Inheritance) * Polimorfisme (Polymorphism) == Enkapsulasi == Definisi enkapsulasi: Pembungkusan variabel dan method dalam sebuah obyek yang terlindungi serta menyediakan interface untuk mengakses variabel tersebut. Variabel dan method yang dipunyai suatu obyek, bisa ditentukan hak aksesnya. '''Contoh''': jam tangan * Penting sekali untuk mengetahui waktu. * Cara jam mencatat waktu dengan baik antar..." Tag: Visual edit
- 13:3213:32, 14 October 2022 diff hist +82 Pemrograman Berorientasi Obyek No edit summary
- 11:4711:47, 14 October 2022 diff hist +939 N WhatsApp Android mood mencuri akun pengguna Created page with "Versi baru dari aplikasi WhatsApp Android tidak resmi bernama 'YoWhatsApp' telah ditemukan mencuri kunci akses untuk akun pengguna. YoWhatsApp adalah aplikasi messenger yang berfungsi penuh yang menggunakan izin yang sama dengan aplikasi WhatsApp standar dan dipromosikan melalui iklan di aplikasi Android populer seperti Snaptube dan Vidmate. Aplikasi ini mencakup fitur tambahan di atas WhatsApp biasa, seperti kemampuan untuk menyesuaikan antarmuka atau memblokir akses..." Tag: Visual edit
- 11:3411:34, 14 October 2022 diff hist +126 Pemrograman Visual:Form dan Objek Kontrol 2 →MenuStrip, ContextMenuStrip dan RichTextBox Tag: Visual edit
- 10:3410:34, 14 October 2022 diff hist +24 Pemrograman Visual:Form dan Objek Kontrol 2 →ComboBox dan ListBox Tag: Visual edit
- 10:3210:32, 14 October 2022 diff hist +19 Pemrograman Visual:Membuat Aplikasi Windows No edit summary Tag: Visual edit
- 09:5209:52, 14 October 2022 diff hist +52 Pemrograman Visual:Form dan Objek Kontrol 1 →CheckBox dan RadioButton Tag: Visual edit
- 09:5009:50, 14 October 2022 diff hist 0 N File:CheckBox dan RadioButton 2.png No edit summary current
- 09:4909:49, 14 October 2022 diff hist +61 Pemrograman Visual:Form dan Objek Kontrol 1 →CheckBox dan RadioButton Tag: Visual edit
- 09:4809:48, 14 October 2022 diff hist 0 N File:CheckBox dan RadioButton 1.png No edit summary current
- 09:4609:46, 14 October 2022 diff hist +1,836 Pemrograman Visual:Form dan Objek Kontrol 1 →Praktikum Tag: Visual edit
- 09:4209:42, 14 October 2022 diff hist +2 Pemrograman Visual:Form dan Objek Kontrol 1 →CheckBox dan RadioButton Tag: Visual edit
- 09:3909:39, 14 October 2022 diff hist +3 Pemrograman Visual:Form dan Objek Kontrol 1 →CheckBox dan RadioButton Tag: Visual edit
- 09:3709:37, 14 October 2022 diff hist 0 Pemrograman Visual:Form dan Objek Kontrol 1 →Praktikum Tag: Visual edit
- 09:2809:28, 14 October 2022 diff hist +58 Pemrograman Visual:Form dan Objek Kontrol 1 →CheckBox dan RadioButton Tag: Visual edit
- 09:2009:20, 14 October 2022 diff hist +43 Pemrograman Visual:Form dan Objek Kontrol 2 No edit summary
- 09:1909:19, 14 October 2022 diff hist +105 Pemrograman Visual:Membuat Aplikasi Windows No edit summary Tag: Visual edit
- 09:1709:17, 14 October 2022 diff hist 0 N File:Membuat Aplikasi Windows 3.png No edit summary current
- 09:1709:17, 14 October 2022 diff hist 0 N File:Membuat Aplikasi Windows 2.png No edit summary current
- 09:1509:15, 14 October 2022 diff hist +60 Pemrograman Visual:Membuat Aplikasi Windows No edit summary Tag: Visual edit
- 09:1509:15, 14 October 2022 diff hist 0 N File:Membuat Aplikasi Windows 1.png No edit summary current
- 09:1209:12, 14 October 2022 diff hist +53 Pemrograman Visual:Membuat Aplikasi Console No edit summary Tag: Visual edit
- 09:1109:11, 14 October 2022 diff hist 0 N File:Membuat Aplikasi Console 3.png No edit summary current
- 09:1009:10, 14 October 2022 diff hist +52 Pemrograman Visual:Membuat Aplikasi Console No edit summary Tag: Visual edit
- 09:1009:10, 14 October 2022 diff hist 0 N File:Membuat Aplikasi Console 2.png No edit summary current
- 09:0809:08, 14 October 2022 diff hist +60 Pemrograman Visual:Membuat Aplikasi Console No edit summary Tag: Visual edit
- 09:0809:08, 14 October 2022 diff hist 0 N File:Membuat Aplikasi Console 1.png No edit summary current