From the course: Robotic Process Automation: Tech Primer
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Object-oriented programming demo - UiPath Tutorial
From the course: Robotic Process Automation: Tech Primer
Object-oriented programming demo
- [Instructor] Let's have a demo of object-oriented programming. Again, I'm not trying to make you an object-oriented developer here. I just want to show you some of the most rudimentary concepts so you can have an easier time forming a mental model, interacting with the .NET Framework and feeling more confident about knowing why we use dots and when we're interacting with the .NET Framework. So I've got Visual Studio open, I'll go to, File, New, Project, and as usual, I'll select console app. I'll save it in C, Development, VS. I'll call it oop-demo. And I'll click OK to proceed. So as usual, we've got our vb module, which we could rename if we wanted to. And I've got my main sub-routine here into which I can type Console. and then double-click on ReadLine like we always do and make a little space. Up at the top here, I'll type in Console.WriteLine again and put a message in here that says "Creating a new human object." Because what we're going to do is create a class that has…
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Overview4m 6s
-
(Locked)
Create a console app2m 20s
-
(Locked)
Programming basics: Visual Studio8m 16s
-
(Locked)
Programming basics: UiPath Studio5m 21s
-
(Locked)
Intro to functions4m 2s
-
(Locked)
Functions demo: Visual Studio9m 37s
-
(Locked)
Functions demo: UiPath Studio8m 52s
-
(Locked)
Intro to variables3m 11s
-
(Locked)
Variables demo: Visual Studio6m 51s
-
(Locked)
Variables demo: UiPath Studio10m 19s
-
(Locked)
Intro to object-oriented programming9m 51s
-
(Locked)
Object-oriented programming demo14m 57s
-
(Locked)
The .NET framework12m 49s
-
(Locked)
-
-
-