Object-Oriented Programming in Kotlin
Offered By: Pluralsight
Course Description
Overview
Kotlin is an object-oriented language in the same style as Java, but also offers features found in newer languages like C# and TypeScript. This course will teach you to write a Kotlin application and make use of all the language.
Kotlin is an object-oriented language, and if you know a language like Java or C#, then you will know about classes, interfaces, and inheritance. However, Kotlin is expressive and extensible in ways that those older languages are not. In this course, Object-Oriented Programming in Kotlin, you’ll learn to write applications in Kotlin using the object-oriented features of the language. First, you'll explore how to define a class in Kotlin, and then add methods and properties. Then, you'll see how properties work, method overloading, visibility, and initializing objects at creation time. Next, you'll look at primary and secondary constructors, using the init method, and modeling data by using abstract classes, interfaces, and inheritance, including how interfaces can help you test your code. Finally, you'll dive into other class types such as sealed classes and data classes and how these make it easier to understand the meaning in our code. When you’re finished with this course, you’ll have the skills and knowledge of Kotlin needed to develop Kotlin applications.
Kotlin is an object-oriented language, and if you know a language like Java or C#, then you will know about classes, interfaces, and inheritance. However, Kotlin is expressive and extensible in ways that those older languages are not. In this course, Object-Oriented Programming in Kotlin, you’ll learn to write applications in Kotlin using the object-oriented features of the language. First, you'll explore how to define a class in Kotlin, and then add methods and properties. Then, you'll see how properties work, method overloading, visibility, and initializing objects at creation time. Next, you'll look at primary and secondary constructors, using the init method, and modeling data by using abstract classes, interfaces, and inheritance, including how interfaces can help you test your code. Finally, you'll dive into other class types such as sealed classes and data classes and how these make it easier to understand the meaning in our code. When you’re finished with this course, you’ll have the skills and knowledge of Kotlin needed to develop Kotlin applications.
Syllabus
- Course Overview 1min
- Introduction to Object-Oriented Programming in Kotlin 57mins
- Initializing Classes 45mins
- Derivation 41mins
- Abstraction with Abstract Base Classes and Interfaces 51mins
- Testing 14mins
- Objects and Companion Objects 20mins
- Primitive Obsession and Value Classes 18mins
- Data Classes 24mins
- Enumerations, Sealed Interfaces, and Sealed Classes 39mins
- Generics 57mins
Taught by
Kevin Jones
Related Courses
Introduction à la programmation orientée objet (en Java)École Polytechnique Fédérale de Lausanne via Coursera AP Computer Science A: Java Programming Polymorphism and Advanced Data Structures
Purdue University via edX Object Oriented Programming in Java
Microsoft via edX Inheritance and Data Structures in Java
University of Pennsylvania via Coursera Object Oriented Programming (OOPs) for JAVA Interviews
Udemy