Advertisement
rangga_hrdme

OOP-KOTLIN: CLASS2-INHERITANCE

May 5th, 2021
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.14 KB | None | 0 0
  1. package com.rangga.basic
  2.  
  3. fun main() {
  4.     val apple = Laptop("china", "macbook pro", "64gb", "m1", "radeon")
  5.  
  6.     apple.printLaptop()
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement