IMPLEMENTATION METHOD

In this article presents applications of “Divide et impera” method using object -oriented programming in C #.Main advantage of using the "divide et impera" cost in that it allows software to reduce the complexity of the problem,sub-problems that were being decomposed and simpler data shari...

Mô tả đầy đủ

Đã lưu trong:
Chi tiết thư mục
Tác giả chính: LUPU, Cătălin, LUPU, Valeriu, ARCAN, Petru
Năm xuất bản: Universitatii Stefan cel Mare din Suceava 2018
Chủ đề:
Truy cập Trực tuyến:http://lrc.quangbinhuni.edu.vn:8181/dspace/handle/DHQB_123456789/3735
Tags: Thêm thẻ
Không có thẻ, Hãy là người đầu tiên gắn thẻ bản ghi này!
Mô tả
Tóm tắt:In this article presents applications of “Divide et impera” method using object -oriented programming in C #.Main advantage of using the "divide et impera" cost in that it allows software to reduce the complexity of the problem,sub-problems that were being decomposed and simpler data sharing in smaller groups of data (eg sub -algorithmQuickSort). Object-oriented programming means programs with new types that integrates both data and methodsassociated with the creation, processing and destruction of such data. To gain advantages through abstractionprogramming (the program is no longer a succession of processing, but a set of objects to life, have differentproperties, are capable of specific action s and interact in the program). Spoke on instantiation new techniques,derivation and polimorfismul object types.