Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • kotlin

    1. Home>
    2. kotlin

    Kotlin – Exception Handling

    • Post author:S K S
    • Post published:September 15, 2021
    • Post category:kotlin
    • Post comments:1 Comment

    In this guide, we will discuss Exception Handling in Kotlin. Exception handling is a very important part of a programming language. This technique restricts our application from generating the wrong…

    Continue ReadingKotlin – Exception Handling

    Kotlin – Destructuring Declarations

    • Post author:S K S
    • Post published:September 15, 2021
    • Post category:kotlin
    • Post comments:1 Comment

    In this guide, we will discuss Destructuring declarations in Kotlin. Kotlin contains many features of other programming languages. It allows you to declare multiple variables at once. This technique is…

    Continue ReadingKotlin – Destructuring Declarations

    Kotlin – Delegation

    • Post author:S K S
    • Post published:September 15, 2021
    • Post category:kotlin
    • Post comments:2 Comments

    In this guide, we will discuss Delegation in Kotlin. Kotlin supports “delegation” design pattern by introducing a new keyword “by”. Using this keyword or delegation methodology, Kotlin allows the derived class to access…

    Continue ReadingKotlin – Delegation

    Kotlin – Generics

    • Post author:S K S
    • Post published:September 15, 2021
    • Post category:kotlin
    • Post comments:1 Comment

    In this guide, we will discuss Generics in Kotlin. Like Java, Kotlin provides higher order of variable typing called as Generics. In this chapter, we will learn how Kotlin implements…

    Continue ReadingKotlin – Generics

    Kotlin – Sealed Class

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:0 Comments

    In this chapter, we will discuss Sealed Class in Kotlin and learn about another class type called “Sealed” class. This type of class is used to represent a restricted class…

    Continue ReadingKotlin – Sealed Class

    Kotlin – Data Classes

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:1 Comment

    In this chapter, we will discuss Data Classes in Kotlin and learn more about Data classes of Kotlin programming language. A class can be marked as a Data class whenever…

    Continue ReadingKotlin – Data Classes

    Kotlin – Extension

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:1 Comment

    In this chapter, we will discuss Extension in Kotlin and learn about another new feature of Kotlin named “Extension”. Using extension, we will be able to add or remove some…

    Continue ReadingKotlin – Extension

    Kotlin – Visibility Control

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:1 Comment

    In this chapter, we will discuss Visibility Control in Kotlin. learn about different modifiers available in Kotlin language. Access modifier is used to restrict the usage of the variables, methods and class…

    Continue ReadingKotlin – Visibility Control

    Kotlin – Interface

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:1 Comment

    In this chapter, we will discuss Interface in Kotlin and learn about the interface in Kotlin. In Kotlin, the interface works exactly similar to Java 8, which means they can…

    Continue ReadingKotlin – Interface

    Kotlin – Inheritance

    • Post author:S K S
    • Post published:September 14, 2021
    • Post category:kotlin
    • Post comments:1 Comment

    In this chapter, we will discuss Inheritance in Kotlin. learn about inheritance. By definition, we all know that inheritance means accruing some properties of the mother class into the child…

    Continue ReadingKotlin – Inheritance
    • 1
    • 2
    • 3
    • 4
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP