Packt – Embedded Systems Object-oriented Programming in C and C Plus Plus

Packt – Embedded Systems Object-oriented Programming in C and C Plus Plus-iLLiTERATE
English | Size: 4.08 GB
Category: Tutorial


This Embedded Systems Object-Oriented Programming course will help you develop the skills you need to be able to write objected-oriented embedded C applications as well as objected-oriented embedded C++ applications confidently.

Code with Mosh – Object-oriented Programming in JavaScript [AhLaN]

Code with Mosh – Object-oriented Programming in JavaScript [AhLaN]
English | Size: 1.72 GB
Category: Tutorial


Object-oriented programming (OOP) is a popular programming paradigm or style of programming. It’s been around since ’70s, but unlike tools and frameworks that come and go, OOP is still very relevant today. That’s because it’s not a programming language or a tool. It’s a style of programming.

Linkedin Learning – TypeScript Object-Oriented Programming

Linkedin Learning – TypeScript Object-Oriented Programming-ZH
English | Size: 140.19 MB
Category: Tutorial


TypeScript boasts features that go beyond (and sometimes challenge) JavaScript approaches. But this superset of JavaScript really shines in the area of object-oriented programming (OOP).

Lynda – Programming Foundations – Object-Oriented Design

Lynda – Programming Foundations – Object-Oriented Design [AhLaN]
English | Size: 1.01 GB
Category: Software/i]


All good software starts with a great design. Object-oriented design helps developers plan applications before they write a single line of code, and break down ideas into reusable and maintainable components. This course focuses on the foundational concepts, teaching them in a fun, interactive way to help you quickly develop your skills. Tag team Olivia and Barron Stone introduce you to the concepts and terms-objects, classes, abstraction, inheritance, and more-that you need to get started. They then show how to take the requirements for an app, identify use cases, and map out classes using Universal Modeling Language (UML). The final design can then be translated into code using one of the many popular object-oriented programming languages, such as Java, C#, Ruby, or Python.

Sitepoint.com – Learn the Principles of Object-Oriented Programming in PHP

Sitepoint.com – Learn the Principles of Object-Oriented Programming in PHP-iNKiSO
English | Size: 132.26 MB
Category: Programming


Presented by accomplished PHP developer Lorna Mitchell (co-author of the SitePoint book PHP Master), this course is aimed at developers who want to write more readable, more sharable, and more maintainable code. For beginners to OOP, it covers an introduction to Object-oriented Programming (OOP) with PHP, inheritance, how to architect modular systems, magic methods, user accounts visibility (public, private and protected), and much more. Its aim is to provide the basic terminology and concepts to allow you to quickly delve in the world of OO programming. Each topic is presented with a practical code demonstration, and Lorna also shares plenty of hints and tips for writing more efficient and powerful code along the way