This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| OOP | |
| aplikasi dimodelkan sebagai interaksi antar object yang mengirimkan | |
| pesan (memanggil method) ke object lain. | |
| Object menyimpan informasi/state (atribut) dan juga operasi/fungsi (method). | |
| Atribut menyimpan informasi seperti nama, umur, tanggal lahir, waktu dan lain | |
| sebagainya. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| execute pathogen#infect() | |
| set nocompatible | |
| syntax enable | |
| filetype plugin indent on | |
| set tabstop=4 | |
| set shiftwidth=4 | |
| set expandtab |