TAILIEUCHUNG - Applied C# in Financial Markets phần 6

Giao diện [truy cập] giao diện tên {mã cơ thể} Giao diện mô tả hành vi của một lớp là một tập hợp các phương pháp, tài sản, và các sự kiện. Trong việc định nghĩa một giao diện tất cả các phương pháp và tài sản được đảm bảo thực hiện. giao diện là | 46 Applied C in Financial Markets string sql select contractsize from tblProduct where pSymbol DBHandler db new DBHandler DataSet ds sql sql DataRow dr 0 .Rows 0 contract int dr contractSize Interfaces access interface name code body Interfaces describe the behaviour of a class as a set of methods properties and events. In defining an interface all the methods and properties are guaranteed in the implementation. interface is a keyword used to define the interface in a similar way to how a class is defined. An abstract class is similar to an interface except it uses the abstract keyword in place of the interface keyword and for example an abstract class may contain non-virtual methods whereas an interface may only describe the methods. For a list of the important differences see Table . The big difference is that when it comes to implementation you may only inherit one class whereas you can inherit multiple interfaces. Implementing interfaces In this section interfaces are examined from a practical viewpoint and from the perspective of using inheritance in a financial application. In the Table Differences between abstract classes and interfaces Description Abstract class Interface Keyword abstract interface May contain non-overridable methods Yes No Inheritance Single Multiple Instance variables Yes No Constructors Yes No Include private or protected methods Yes No Object Oriented Programming 47 last section we looked at the derivative products Options and Futures. As we have seen they have many common properties and behaviour but each product has specific features. Not surprisingly pricing futures and options are different but they do share some behaviour the options are priced using the Black Scholes model and the futures get their prices from an exchange feed. Both options and futures need some parameters to be able to get the price from either the model or a price feed and they both .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã 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.