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
  • Author: S K S

    This author has written 1787 articles
    1. Home>
    2. S K S>
    3. Page 106

    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

    Kotlin – Constructors

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

    In this chapter, we will discuss Constructors in Kotlin. learn about constructors in Kotlin. Kotlin has two types of constructor - one is the primary constructor and the other is the secondary constructor.…

    Continue ReadingKotlin – Constructors

    Kotlin – Class & Object

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

    In this chapter, we will discuss Class & Object in Kotlin and learn the basics of Object-Oriented Programming (OOP) using Kotlin. We will learn about class and its object and…

    Continue ReadingKotlin – Class & Object

    Kotlin – Lists

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

    In this guide, we will discuss Lists in Kotlin. Kotlin list is an ordered collection of items. A Kotlin list can be either mutable (MutableList) or read-only (List). The elements…

    Continue ReadingKotlin – Lists
    • Go to the previous page
    • 1
    • …
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • …
    • 179
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP