日本語

Course Code etc
Academic Year 2023
College College of Science
Course Code CA169
Theme・Subtitle オブジェクト指向入門
Class Format Face to face (all classes are face-to-face)
Class Format (Supplementary Items)
Campus
Campus Ikebukuro
Semester Fall semester
DayPeriod・Room Mon.2・8403
Credit 2
Course Number MAT2430
Language Japanese
Class Registration Method Course Code Registration
Grade (Year) Required 配当年次は開講学部のR Guideに掲載している科目表で確認してください。
prerequisite regulations
Acceptance of Other Colleges
course cancellation
Online Classes Subject to 60-Credit Upper Limit
Relationship with Degree Policy
Notes 数学科学生限定
Text Code CA169

【Course Objectives】

In this course, we learn "object-oriented", the paradigm for developing information systems efficiently, mainly focused on object-oriented programming.

【Course Contents】

In the course "Introduction to Computer Science 2", we have learned programming based on the procedural or structured programming paradigm. In these paradigms, we write down the flow of the process. On the other hand, in object-oriented programming, we analyze the required functionality based on "objects" and write down their communications and relations. This paradigm gives us a way for efficient development and flexible maintenance. Also, this paradigm is used now in general information system development itself. In this course, we learn object-oriented programming using the python language, which we learned in "Introduction to Computer Science 2", and focusing on object-oriented programming.

※Please refer to Japanese Page for details including evaluations, textbooks and others.