Developing Software with UML: Object-oriented analysis and design in practice
Developing Software with UML: Object-oriented analysis and design in practice

Developing Software with UML: Object-oriented analysis and design in practice

Individual order

0 0 reviews

499.00 uah

ISBN:
9780201398267
Availability:
Author
Bernd Oestereich
Format
Paperback
Number of pages
336
Publisher
Addison Wesley
Size
18.5 x 1.7 x 22.5
Year of publication
1999
Weight
0.45kg
car ship plane
Delivery terms

Please read the terms of delivery

Read more

  • About the book
  • Reviews (0)
About the book Developing Software with UML: Object-oriented analysis and design in practice
Розробка програмного забезпечення з UML: Об'єктно-орієнтований аналіз і проектування на практиці | Ця книга є вступом до об'єктно-орієнтованого аналізу та дизайну для розробників з невеликим досвідом у цій сфері. Вона демонструє, як використовувати UML та застосовувати його в об'єктно-орієнтованій розробці програмного забезпечення. Ця книга пояснює переваги використання об’єктно-орієнтованого підходу до розробки програмного забезпечення, а також забезпечення сучасного обліку наявних технологій. Використовуючи численні приклади з реального життя для ілюстрації її застосування, використання уніфікованої мови моделювання (UML) в об'єктно-орієнтованому аналізі та дизайні системно роз’яснюється досвідченим практиком.

Developing Software with UML: Object-oriented analysis and design in practice | This book is an introduction object-oriented analysis and design for developers with little OO experience. It shows how to use UML and apply it in object-orientated software development. This book explains the benefits of using the object-oriented approach for software development as well as providing a state-of-the-art account of the technology available. Employing numerous real-life examples to illustrate its application, the use of the Unified Modeling Language (UML) in object-oriented analysis and design is explained systematically by an experienced practitioner.
Other books by the author
Bernd Oestereich
Developing Software with UML: Object-oriented analysis and design in practice
Developing Software with UML: Object-oriented analysis and design in practice

499.00 uah

Read more
Book reviews Developing Software with UML: Object-oriented analysis and design in practice (0 reviews)
+ Добавить отзыв

Write a review
Please login or register to review
$('.add_reve').on('click', function(e){ jQuery("html, body").animate({scrollTop: jQuery('#tab-review .prod_text').offset().top}, 500); e.preventDefault(); }); $('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){ $.ajax({ url: 'index.php?route=product/product/getRecurringDescription', type: 'post', data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'), dataType: 'json', beforeSend: function() { $('#recurring-description').html(''); }, success: function(json) { $('.alert-dismissible, .text-danger').remove(); if (json['success']) { $('#recurring-description').html(json['success']); } } }); }); //-->