CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 00:27:59 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=0f4e24495a20ffecf9b0aab0f96826d41b0b6d6973b217bf728e2f2c1f494d49a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22hv9eqmAltk-138dlKOh951IyME7vlIB8%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d2797f1a602ffb-BLR
Kotlin video 25 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.io.File
- import java.io.FileWriter
- import java.io.InvalidObjectException
- import javax.management.ImmutableDescriptor
- import kotlin.random.Random
- open class Arma(var nome: String = "none", protected var dannoBase: Int = 1) {
- init { require(dannoBase>=0) }
- fun spara() {
- println("Danno cinetico: $dannoBase")
- }
- }
- class ArmaElettrica(nome: String = "none", dannoBase: Int = 1, var livelloDannoElementale: Int = 1)
- : Arma(nome, dannoBase) {
- init {
- require(livelloDannoElementale in 1..5)
- }
- fun metodoClasseFiglia() {
- println(dannoBase)
- }
- }
- fun main() {
- val unArmaElettrica = ArmaElettrica("Folgorator", 80, 3)
- println("${unArmaElettrica.nome} ${unArmaElettrica.metodoClasseFiglia()}" )
- unArmaElettrica.spara()
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Exchange Exploit T 3⭐⭐
Java | 2 sec ago | 0.10 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 7 sec ago | 0.24 KB
-
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 12 sec ago | 0.10 KB
-
⭐⭐⭐ChangeNOW Exploit⭐⭐
Java | 13 sec ago | 0.10 KB
-
📝 Crypto Swap Glitch ✅ Working
JavaScript | 16 sec ago | 0.24 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 23 sec ago | 0.10 KB
-
⭐⭐⭐Exchange Exploit⭐⭐
Java | 25 sec ago | 0.10 KB
-
📝 EASY MONEY GUIDE ✅ Working
JavaScript | 25 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand