tailieunhanh - Basic OOP in C#

Basic OOP in C#'s Course objectives After the course, student will understand about OO concepts; understand and apply simple design pattern in the common situations. It includes Abstraction, Encapsulation, Inheritance, Abstract Class & Interface, Introduce to Design Patterns. | Basic OOP in C# 1 Course objectives After the course, student will: Understand about OO concepts. Understand and apply simple design pattern in the common situations. 2 Agenda Abstraction Encapsulation Inheritance Polymorphism Abstract Class & Interface Introduce to Design Patterns. 3 Abstraction The art of being wise is the art of knowing what to overlook William James Reduce complexity by focusing on the essentials relative to perspective of viewer Các bài toán chúng ta phải giải quyết ngày càng phức tạp. Chính vì thế chúng ta cần có kỹ thuật để giảm mức độ phức tạp mà chúng ta cần phải xem xet giải quyết tại một thời điểm. Thời gian để chúng ta hiểu tỉ lê nghịch với số lượng thông tin mà chúng ta phải xử lý Knowing what to overlook Reduce the amount of facts that we have to deal with simultaneously. Example 1: bac sy xem cac thong tin ve benh nhan, tieu su. Ho tranh nhung khong tin khong can thiet, khong lien quan de tim ra nguyen nhan nhanh chong nhat Example 2: Voi cung mot doi | Basic OOP in C# 1 Course objectives After the course, student will: Understand about OO concepts. Understand and apply simple design pattern in the common situations. 2 Agenda Abstraction Encapsulation Inheritance Polymorphism Abstract Class & Interface Introduce to Design Patterns. 3 Abstraction The art of being wise is the art of knowing what to overlook William James Reduce complexity by focusing on the essentials relative to perspective of viewer Các bài toán chúng ta phải giải quyết ngày càng phức tạp. Chính vì thế chúng ta cần có kỹ thuật để giảm mức độ phức tạp mà chúng ta cần phải xem xet giải quyết tại một thời điểm. Thời gian để chúng ta hiểu tỉ lê nghịch với số lượng thông tin mà chúng ta phải xử lý Knowing what to overlook Reduce the amount of facts that we have to deal with simultaneously. Example 1: bac sy xem cac thong tin ve benh nhan, tieu su. Ho tranh nhung khong tin khong can thiet, khong lien quan de tim ra nguyen nhan nhanh chong nhat Example 2: Voi cung mot doi tuong: BOOK, thi cac thong tin can quan tam se khac nhau: - Library System: Quan tâm tới Access Number, Book name, Author Name, year of publication - Book Store: Item number, Item name, Price, Quantity in stock Chỉ quan tâm tới những thông tin quan trọng, cần thiết để giải quyết bai toan 4 Abstraction Sample 1/2 Object: Sport Car Data: Information Wheel: 4 wheels Main color: Orange Rear port: 2 ports With upper window: Yes Seat: 2 seats Cylinder volume: Action Engine start Speed up, Slow down Turn left, turn right Stop Abstraction Sample 2/2 Car is described by: Number of wheels Main color Number of rear port With upper window or not Number of seats Cylinder volume Engine start Speed up Slow down Turn left Turn right Engine Stop Each car has its out data and actions 6 Abstraction What is an object? Represent an entity in the “real” world Possesses operation (behavior) and attributes (data – state) Operation/Behavior Method inside class Consists of things that the object know

crossorigin="anonymous">
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.