Search result for Object-oriented design principles Online Courses & Certifications
Get Course Alerts by Email
Solid&Design Patterns in C#
by Alper ÇELİK- 4
1.5 hours on-demand video
Learn the modern implementation of design patterns ! The SOLID principles are fundamental to designing effective, maintainable, object-oriented systems. This course introduces foundational principles of creating well-crafted code and is appropriate for anyone hoping to improve as a developer....
$9.99
From 0 to 1: Learn Java Programming -Live Free,Learn To Code
by Loony Corn- 3.7
17 hours on-demand video
The underlying principles of OO: encapsulation, abstraction, polymorphismThreading and Concurrency: A deep and thorough study of both old and new ways of doing threading in Java: Runnables, Callables, Threads, processes, Futures, Executors. Language Features: Serialisation; why the Cloneable interface sucks; exception handling; the immutability of Strings; the Object base class; primitive and object reference types; pass-by-value and pass-by-object-reference....
$12.99
Object-oriented Programming in JavaScript
by Mosh Hamedani- 4.7
4 hours on-demand video
The core principles of OOP: encapsulation, abstraction, inheritance and polymorphismHow to implement OOP concepts in JavaScriptAll about objects, their properties, property descriptors, getters and settersDifference between factory and constructor functionsHow "this" works in JavaScriptPrototypes and prototypical inheritance: one of the confusing parts of JavaScriptES6+ features used in object-oriented programming...
$17.99
Introduction to Java and Object-Oriented Programming
by Brandon Krakowsky- 4
Approx. 17 hours to complete
Test code by applying principles of test-driven development using Java's unit testing framework....
Design Patterns in Java
by Dmitri Nesteruk- 4.3
10.5 hours on-demand video
Discover the modern implementation of design patterns in Java Design Patterns are reusable solutions to common programming problems. The original book was written using C++ and Smalltalk as examples, but since then, design patterns have been adapted to every programming language imaginable: C#, Java, PHP and even programming languages that aren't strictly object-oriented, such as JavaScript....
$19.99
Creative Coding
by Kevin Siwoff- 0.0
14 Weeks
In Creative Coding, students learn to design and create media using object-oriented programming as a medium for design, art, and games. By the end of this course, students will be able to read and write javascript for creative and design applications. How to ideate, conceptualize, and design original creative works in the medium of software...
$249
Introduction to Data Structures
by Aspen Olmsted- 0.0
11 Weeks
Demonstrate a basic understanding of programming methodologies, including object oriented, structured, and procedural programming. Design and develop programs that recursion to solve problems that can be expressed with recurrence....
$332
Related searches
Design Patterns in Python
by Dmitri Nesteruk- 4.5
9 hours on-demand video
Discover the modern implementation of design patterns in Python Design Patterns are reusable solutions to common programming problems. The original book was written using C++ and Smalltalk as examples, but since then, design patterns have been adapted to every programming language imaginable: C#, Java, Python and even programming languages that aren't strictly object-oriented, such as JavaScript....
$17.99
Java Design Patterns & SOLID Design Principles
by Coffee Powered Crew- 4.6
17 hours on-demand video
A master guide to gang of four design patterns & SOLID design principles using Java This course starts with SOLID Design Principles in Java. This course covers SOLID Design Principles and 26 design patterns in all. Creational Design Patterns: Simple Factory, Abstract Factory, Factory Method, Singleton, Builder, Prototype & Object Pool...
$15.99
Advanced R Programming
by Roger D. Peng, PhD , Brooke Anderson- 4.3
Approx. 18 hours to complete
Topics covered include functional programming in R, robust error handling, object oriented programming, profiling and benchmarking, debugging, and proper design of functions. Object Oriented Principles Design for humans...