Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Hands-on object-oriented programming...
~
Rangisetti, Anil Kumar.
Linked to FindBook
Google Book
Amazon
博客來
Hands-on object-oriented programming = mastering OOP features for real-world software systems development /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Hands-on object-oriented programming/ by Anil Kumar Rangisetti.
Reminder of title:
mastering OOP features for real-world software systems development /
Author:
Rangisetti, Anil Kumar.
Published:
Berkeley, CA :Apress : : 2024.,
Description:
xx, 585 p. :ill., digital ;24 cm.
[NT 15003449]:
Chapter 1: Importance of Object Oriented Programming -- Chapter 2: Start Learning OOP Using C++ -- Chapter 3: Systematically Starting and Stopping Software Objects -- Chapter 4: Exploring Important C++ Features -- Chapter 5: Quickly and Systematically Model Real-World Problems into Software -- Chapter 6: Quick Software Development using OOP -- Chapter 7: Easy to Use Software Development Using OOP -- Chapter 8: Learning the Design Patterns -- Chapter 9: Learning Event Driven Programming -- Chapter 10: Quick Introduction to Python and Solidity Ways of OOP.
Contained By:
Springer Nature eBook
Subject:
Object-oriented programming (Computer science) -
Online resource:
https://doi.org/10.1007/979-8-8688-0524-0
ISBN:
9798868805240
Hands-on object-oriented programming = mastering OOP features for real-world software systems development /
Rangisetti, Anil Kumar.
Hands-on object-oriented programming
mastering OOP features for real-world software systems development /[electronic resource] :by Anil Kumar Rangisetti. - Berkeley, CA :Apress :2024. - xx, 585 p. :ill., digital ;24 cm.
Chapter 1: Importance of Object Oriented Programming -- Chapter 2: Start Learning OOP Using C++ -- Chapter 3: Systematically Starting and Stopping Software Objects -- Chapter 4: Exploring Important C++ Features -- Chapter 5: Quickly and Systematically Model Real-World Problems into Software -- Chapter 6: Quick Software Development using OOP -- Chapter 7: Easy to Use Software Development Using OOP -- Chapter 8: Learning the Design Patterns -- Chapter 9: Learning Event Driven Programming -- Chapter 10: Quick Introduction to Python and Solidity Ways of OOP.
Learn how to easily design and implement a software system using object-oriented programming. Through hands-on activities, this book equips you with the real-world practice needed to master OOP skills that can be applied universally across any programming language. This book is dedicated to bridging the gap between theoretical concepts and practical implementation in software development using OOP. Readers will first understand the importance of OOP in handling software complexities before learning how to model real-world problems through access control, extendible object design, and object relationships. Specifically, the author discusses how to use inheritance, association, and polymorphism concepts for implementing reusable and easy-to-use complex software. More importantly, this book covers design patterns and event-driven programming for learning how to model complex interactions among various objects of the software system to implement various use cases. Unlike existing books on OOP which teach syntax and semantics through standard examples, this book leverages an immersive learning experience through a variety of real-world use cases, applications, games, and system software. While written in C++, the skills can be applied to any OOP language of the reader's preference. The book's last chapters will quickly introduce Python and Solidity languages for learning advanced technologies. By the end, novice and seasoned developers will know how to implement practical and reusable software systems with confidence. What You Will Learn Apply OOP concepts through real-time use cases: games, applications software (online shopping, reservations, etc.), system software (protocols, simulators, etc.), and modeling and implementation using C+ Design and implement reusable and extendible software with OOP Understand the importance of design patterns and learn how to use them for solving real-time issues Use event-driven programming for implementing complete interactions of complex application software, system software, and simulators Implement OOP using C++ features and discover Python and Solidity constructs for OOP.
ISBN: 9798868805240
Standard No.: 10.1007/979-8-8688-0524-0doiSubjects--Topical Terms:
549278
Object-oriented programming (Computer science)
LC Class. No.: QA76.64
Dewey Class. No.: 005.117
Hands-on object-oriented programming = mastering OOP features for real-world software systems development /
LDR
:03751nmm a2200325 a 4500
001
2375486
003
DE-He213
005
20241003131218.0
006
m d
007
cr nn 008maaau
008
241231s2024 cau s 0 eng d
020
$a
9798868805240
$q
(electronic bk.)
020
$a
9798868805233
$q
(paper)
024
7
$a
10.1007/979-8-8688-0524-0
$2
doi
035
$a
979-8-8688-0524-0
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.64
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051070
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
005.117
$2
23
090
$a
QA76.64
$b
.R196 2024
100
1
$a
Rangisetti, Anil Kumar.
$3
3725026
245
1 0
$a
Hands-on object-oriented programming
$h
[electronic resource] :
$b
mastering OOP features for real-world software systems development /
$c
by Anil Kumar Rangisetti.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2024.
300
$a
xx, 585 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Chapter 1: Importance of Object Oriented Programming -- Chapter 2: Start Learning OOP Using C++ -- Chapter 3: Systematically Starting and Stopping Software Objects -- Chapter 4: Exploring Important C++ Features -- Chapter 5: Quickly and Systematically Model Real-World Problems into Software -- Chapter 6: Quick Software Development using OOP -- Chapter 7: Easy to Use Software Development Using OOP -- Chapter 8: Learning the Design Patterns -- Chapter 9: Learning Event Driven Programming -- Chapter 10: Quick Introduction to Python and Solidity Ways of OOP.
520
$a
Learn how to easily design and implement a software system using object-oriented programming. Through hands-on activities, this book equips you with the real-world practice needed to master OOP skills that can be applied universally across any programming language. This book is dedicated to bridging the gap between theoretical concepts and practical implementation in software development using OOP. Readers will first understand the importance of OOP in handling software complexities before learning how to model real-world problems through access control, extendible object design, and object relationships. Specifically, the author discusses how to use inheritance, association, and polymorphism concepts for implementing reusable and easy-to-use complex software. More importantly, this book covers design patterns and event-driven programming for learning how to model complex interactions among various objects of the software system to implement various use cases. Unlike existing books on OOP which teach syntax and semantics through standard examples, this book leverages an immersive learning experience through a variety of real-world use cases, applications, games, and system software. While written in C++, the skills can be applied to any OOP language of the reader's preference. The book's last chapters will quickly introduce Python and Solidity languages for learning advanced technologies. By the end, novice and seasoned developers will know how to implement practical and reusable software systems with confidence. What You Will Learn Apply OOP concepts through real-time use cases: games, applications software (online shopping, reservations, etc.), system software (protocols, simulators, etc.), and modeling and implementation using C+ Design and implement reusable and extendible software with OOP Understand the importance of design patterns and learn how to use them for solving real-time issues Use event-driven programming for implementing complete interactions of complex application software, system software, and simulators Implement OOP using C++ features and discover Python and Solidity constructs for OOP.
650
0
$a
Object-oriented programming (Computer science)
$3
549278
650
1 4
$a
C++.
$2
iisf.
$3
811612
650
2 4
$a
Programming Language.
$3
3538935
650
2 4
$a
Programming Techniques.
$3
892496
650
2 4
$a
Software Engineering.
$3
890874
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/979-8-8688-0524-0
950
$a
Professional and Applied Computing (SpringerNature-12059)
based on 0 review(s)
Location:
ALL
電子資源
Year:
Volume Number:
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
W9495935
電子資源
11.線上閱覽_V
電子書
EB QA76.64
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login