Guest User

Untitled

a guest
Jun 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // Kotlin class declaration
  2. class Invoice {
  3. }
  4. // Java class declaration
  5. public class Invoice {
  6. }
  7. // If the class has no body, curly braces can be omitted.
  8. class Empty
  9. // Empty class in Java
  10. public final class Empty {
  11. }
Add Comment
Please, Sign In to add comment