3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

UiPathとオブジェクト指向

Posted at

・UiPathはオブジェクト指向で作っていきましょう。
・WinActorはオブジェクト指向では作れません。

・オブジェクト指向とは
 ・カプセル化、ポリモーフィズム、継承といわれています

 ・人間世界をプログラム世界に移したものともいわれます

 → 一つ一つの人間(プログラム)が、責務を持っており、責任分担制になっている世界です。
 → あるプログラムは取り扱うお仕事が決まっており、それを他のプログラムから安易に操作できないように守られています。
 →そのようないくつかのプログラムにお仕事を振り分けるリーダーの役割をするプログラムもいます。

UiPathはそれぞれの責任を持ったプログラム=部品を作り、それをmainが呼び出して仕事をお願いします。

★しかし、このとき部品をインスタンス化するのではないというところが
少し違和感

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?