Skip to content

Cats In Code

  • Contact
  • Home
  • declaring functions

Recent Posts

  • Declaring Functions in Kotlin With fun
  • Declaring Variables in Kotlin With val, var and const
  • What is Kotlin?
  • Caching Strategies Overview
  • Transactions and Their Types

Categories

  • Collections
  • Concurrency
  • Design Patterns
  • Development Basics
  • Generics
  • Interfaces & Inheritance
  • Kotlin
  • System Design

Subscribe to my blog posts:

Subscribe to my blog posts
Loading

Tag: declaring functions

Declaring Functions in Kotlin With fun

declaring functions in kotlin

Declaring functions in Kotlin is simple. We have a few different ways to do it. For example we can skip defining the return type if the function returns an expression and does not have a function body. Or, we can set function parameters to have […]

Continue reading Declaring Functions in Kotlin With fun

Recent Posts

  • Declaring Functions in Kotlin With fun
  • Declaring Variables in Kotlin With val, var and const
  • What is Kotlin?
  • Caching Strategies Overview
  • Transactions and Their Types

Categories

  • Collections
  • Concurrency
  • Design Patterns
  • Development Basics
  • Generics
  • Interfaces & Inheritance
  • Kotlin
  • System Design

Subscribe to my blog posts:

Subscribe to my blog posts
Loading
All Rights Reserved
Proudly powered by WordPress
Theme: AeonBlog by AeonWP.
Go to top