From the course: Robotic Process Automation: Tech Primer

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Intro to object-oriented programming

Intro to object-oriented programming - UiPath Tutorial

From the course: Robotic Process Automation: Tech Primer

Intro to object-oriented programming

- [Instructor] In this lecture, I'd like to provide you with an Intro to Object Oriented Programming. And this is going to start to tie in some of the things that we talked about in the previous lectures. The goal of the next few lectures is to simply provide you with a rudimentary mental model about Object Oriented Programming. I'm doing this to help you navigate the .NET framework documentation, which is a collection of programming concepts that we can take advantage of within our UiPath activities to get work done. If you've never done any programming, this will also help you understand why we use dots and parentheses when we are interacting with these VB.NET snippets. And finally, I'd like to help kick start your imagination about how to solve complex data management issues, and what I mean by that, is to start thinking in a more abstract way more frequently, and instead of treating things like a customer's age, or a customer's address, as different, disconnected things, we can…

Contents