Showing 13513–13524 of 18767 results
Object Oriented Programming in Salesforce
The Salesforce Lightning Platform provides incredible flexibility and extensibility through configurations and the Salesforce coding language, Apex. This course will teach you how to apply object-oriented principles using Salesforce Apex.
Object Oriented Programming with Kotlin 1
The Kotlin designers took the experience of Java and used it to make Kotlin a better OO language. For example, classes are 'public' and 'final' by default. This course shows you how to use such Kotlin features to create better objected oriented code.
Object Storage Capabilities and Options on IBM Cloud
In this course, you will review IBM Cloud storage, a highly available, durable, and secure platform for storing unsecured data.
Object Tracking and Localization
Study methods for tracking and localizing objects in images and videos using computer vision techniques.
Object-oriented Concepts in JavaScript
Classes and object-oriented design are frequently used in JavaScript. This course will teach you how to use JavaScript classes to create object-oriented designs, as well as the prototypes and constructor functions upon which classes are built.
Object-oriented Design with C#
Objects aren’t just an implementation mechanism, they’re every bit as important as artifacts of design. This course will teach you object oriented principles not merely as syntax, but as elements of your project’s design.
Object-Oriented PHP
This course will teach you the basic fundamentals of object-orientated programming using the PHP programming language.
Object-Oriented Programming Fundamentals in C#
This course takes you, step by step, through the principles and practices of object-oriented programming (OOP). The course provides you with the firm foundation in OOP that you need to progress to intermediate-level C# courses.
Object-oriented Programming in C#
C# is an object-oriented and strongly-typed language. This course will teach you how to design and build your classes and class hierarchies using OO principles.
Object-oriented Programming in Java
You know your way around Java’s basics, like variables, methods, and loops. Now it’s time to up your Java game. This course will teach you to work with objects and classes, applying crucial concepts like encapsulation, inheritance, and polymorphism.
Object-oriented Programming in JavaScript – ES6
Stay updated by learning about the latest upgrade to the JavaScript language--ES6, also known as ECMAScript 2015. In this course, you will learn how to develop software using many kinds of classes and modules.
Object-Oriented Programming in Kotlin
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.