Companies Home Search Profile

Object-Oriented Programming in Kotlin

Focused View

Kevin Jones

6:10:39

16 View
  • 1. Course Overview.mp4
    01:55
  • 01. Intoduction.mp4
    04:09
  • 02. What Is a Class.mp4
    02:04
  • 03. Declaring Classes.mp4
    05:45
  • 04. Properties.mp4
    04:09
  • 05. Properties Demonstration.mp4
    03:58
  • 06. Methods.mp4
    03:56
  • 07. Calling Methods.mp4
    02:21
  • 08. Understanding [this].mp4
    02:56
  • 09. Extending Properties.mp4
    03:34
  • 10. Extending Properties Demo.mp4
    04:00
  • 11. Visibility.mp4
    04:45
  • 12. Visibility Demo.mp4
    04:04
  • 13. Extension Functions.mp4
    03:46
  • 14. Extension Functions Demo.mp4
    04:37
  • 15. Summary.mp4
    02:54
  • 01. Intoduction.mp4
    01:44
  • 02. Constructors.mp4
    09:09
  • 03. Using the Primary Constructor.mp4
    05:05
  • 04. Secondary Constructors.mp4
    09:31
  • 05. Using Secondary Constructors.mp4
    05:53
  • 06. The Init Method.mp4
    03:08
  • 07. Using the Init Method.mp4
    02:12
  • 08. Lateinit.mp4
    02:57
  • 09. Using Lateinit.mp4
    03:00
  • 10. Summary.mp4
    02:31
  • 1. introduction.mp4
    08:47
  • 2. Using the Any Class.mp4
    01:59
  • 3. Derivation.mp4
    02:53
  • 4. Creating Derived Classes.mp4
    05:34
  • 5. Overridding Properties and Methods.mp4
    06:47
  • 6. Overridding Properties and Methods Demo.mp4
    07:25
  • 7. Polymorphism.mp4
    03:50
  • 8. Summary.mp4
    04:05
  • 01. Introduction.mp4
    07:32
  • 02. Abstract Classes.mp4
    03:30
  • 03. Abstract Properties and Methods.mp4
    02:17
  • 04. Using Abstract Methods.mp4
    02:43
  • 05. Using Abstract Properties.mp4
    03:29
  • 06. Interfaces.mp4
    06:23
  • 07. Using Interfaces.mp4
    06:20
  • 08. Multiple Inheritance.mp4
    04:01
  • 09. Coding Multiple Inheritance.mp4
    03:50
  • 10. Delegation.mp4
    05:01
  • 11. Delegation Demo.mp4
    03:13
  • 12. Summary.mp4
    02:43
  • 1. Testing.mp4
    06:44
  • 2. Hand Rolled Mocks.mp4
    04:29
  • 3. Using a Mocking Library.mp4
    01:59
  • 4. Summary.mp4
    01:09
  • 1. Introduction.mp4
    04:13
  • 2. Anonymous Objects.mp4
    01:57
  • 3. Anonymous Objects Demo.mp4
    02:58
  • 4. Singletons.mp4
    04:51
  • 5. Using a Companion Object.mp4
    04:58
  • 6. Summary.mp4
    01:20
  • 1. Primitive Obsession.mp4
    09:50
  • 2. Using Value Classes.mp4
    06:57
  • 3. Summary.mp4
    01:35
  • 1. Introduction.mp4
    04:04
  • 2. Creating Data Classes.mp4
    02:43
  • 3. Extending Data Classes.mp4
    04:57
  • 4. Copying and Destructuring.mp4
    05:27
  • 5. Copying and Destructuring Demo.mp4
    04:25
  • 6. Summary.mp4
    02:37
  • 1. Introduction.mp4
    05:35
  • 2. Enumerations.mp4
    06:39
  • 3. Sealed Classes.mp4
    06:48
  • 4. Sealed Classes Demo.mp4
    10:37
  • 5. Sealed Interfaces.mp4
    01:59
  • 6. Sealed Interfaces Demo.mp4
    04:00
  • 7. Summary.mp4
    04:13
  • 01. Introduction.mp4
    03:20
  • 02. Using Generic Types.mp4
    02:40
  • 03. Creating Generic Types.mp4
    02:45
  • 04. Creating Generic Types Demo.mp4
    06:17
  • 05. Covariance.mp4
    08:08
  • 06. Covariance Demo.mp4
    06:45
  • 07. Contravariance.mp4
    01:51
  • 08. Contravariance Demo.mp4
    05:08
  • 09. Co and Contravariance.mp4
    00:40
  • 10. Co and Contravariance Demo.mp4
    01:46
  • 11. Star Projections.mp4
    03:24
  • 12. Star Projections Demo.mp4
    04:01
  • 13. Reification.mp4
    04:17
  • 14. Reification Demo.mp4
    03:20
  • 15. Summary.mp4
    02:48
  • Description


    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.

    What You'll Learn?


      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.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    A long time ago in a university far, far away Kevin fell in love with programming. Initially on the university's DEC20 computer doing BASIC and Pascal and a little bit of Fortran. His first job had him writing batch PL/1 on an IBM mainframe where he also discovered the arcane delights of JCL. He soon realized the multiuser systems were not for him after discovering the delights of dBase IV on IBM PCs. From here it was all downhill as he became addicted to C and the Windows API. Just missing out on coding for Windows 1, he did code for the other 16 bit versions of Windows, 2 and 3, including the various network-ready versions. He still remembers the awkwardness of having to carry an IBM Token Ring MAU with him wherever he went. After trying to pretend that Windows and C were really object oriented he decided that it would be better to learn C++. It was around this point that he realized that as well as writing code for a living he could be paid for telling people how to write code for a living. He taught Windows, MFC and C++ for a UK training company before his spirit was broken on the back of the OLE support in MFC when he finally stepped away from the nightmare of unmanaged code to the nirvana of the managed runtime called Java. It was at this time that he spoke at several JavaOne conferences usually on the subject of Servlets, JavaServer Pages and tag libraries. After buying the Sun employees copious amounts of Apple Martini Kevin was invited onto the expert groups for the Servlet and JSP specifications. Oh, how he laughed when .Net appeared and the same arguments raged about non-deterministic destruction and garbage collection that were now so old hat in the Java world. He finally got his hands dirty in C# and .Net about eight years ago, again working in the web tier and hating every minute of the using the monstrosity that was and is ASP.Net Web Forms. It wasn't until MVC appeared that he finally felt he had come home to Microsoft. Now of course MVC is so last year and Kevin is focusing more and more on rich clients using JavaScript and tools such as Knockout and AngularJS. He believes that JavaScript is the best thing since, well, JavaScript. He still retains his passion for developing and teaching; spending about a quarter of the year doing the latter and most of the time doing the former. When not stuck in front of a computer you can find him: with his nose in a book, a good one preferably, but almost any book would do; watching a film; walking; running; or annoying his wife by watching sports on television.
    Pluralsight, LLC is an American privately held online education company that offers a variety of video training courses for software developers, IT administrators, and creative professionals through its website. Founded in 2004 by Aaron Skonnard, Keith Brown, Fritz Onion, and Bill Williams, the company has its headquarters in Farmington, Utah. As of July 2018, it uses more than 1,400 subject-matter experts as authors, and offers more than 7,000 courses in its catalog. Since first moving its courses online in 2007, the company has expanded, developing a full enterprise platform, and adding skills assessment modules.
    • language english
    • Training sessions 87
    • duration 6:10:39
    • level preliminary
    • English subtitles has
    • Release Date 2023/12/06