Kotlin — Basics 🪁 — Part 2

Pradyot Prakash
Nov 18, 2021

--

Let’s get started with the next part of Kotlin — Basics 🪁.

For first part redirect to

Content For Part 2

  1. Object Oriented Programming
  2. Binary & Hexadecimal Numbers

Object Oriented Programming

Part I

Classes
Constructor
Named parameters and default values for Constructor
Open classes and Inheritance
Abstract classes
Interfaces

Part II

Overriding
Data classes
Enums

Part III

Getter and Setters
Visibility or information hiding
Generics
Generic functions

For more details go to https://kotlinlang.org/docs/classes.html#0

Binary & Hexadecimal Numbers

Hexadecimal Numbers
Binary Numbers

For the article, I took the help from https://www.udemy.com/course/kotlin-course/ and the official Kotlin documentation.

Comment, clap and share the article if it was helpful 😊.

That’s all for the Kotlin basic course. Follow to get notification for the new articles published by me.

Follow me on Twitter and GitHub.

--

--

No responses yet