Hand Book Of Objected Oriented Programme With Java (e-bog) af Narayan, Rajneesh
Narayan, Rajneesh (forfatter)

Hand Book Of Objected Oriented Programme With Java e-bog

2190,77 DKK (inkl. moms 2738,46 DKK)
Objects, which are usually instances of classes, are used to interact with one another to design applications and computer programs. C++, Objective-C, Smalltalk, Java, C#, Perl, Python, Ruby and PHP are examples of object-oriented programming languages. The object oriented approach encourages the programmer to place data where it is not directly accessible by the rest of the system. Instead, th...
E-bog 2190,77 DKK
Forfattere Narayan, Rajneesh (forfatter)
Udgivet 30 juni 2014
Længde 286 sider
Genrer Web programming
Sprog English
Format epub
Beskyttelse LCP
ISBN 9789390433964
Objects, which are usually instances of classes, are used to interact with one another to design applications and computer programs. C++, Objective-C, Smalltalk, Java, C#, Perl, Python, Ruby and PHP are examples of object-oriented programming languages. The object oriented approach encourages the programmer to place data where it is not directly accessible by the rest of the system. Instead, the data is accessed by calling specially written functions, called methods, which are bundled with the data. These act as the intermediaries for retrieving or modifying the data they control. The programming construct that combines data with a set of methods for accessing and managing those data is called an object. The practice of using subroutines to examine or modify certain kinds of data was also used in non-OOP modular programming, well before the widespread use of object-oriented programming. Challenges of object-oriented design are addressed by several methodologies. More broadly, the term ';design patterns' can be used to refer to any general, repeatable solution to a commonly occurring problem in software design. Some of these commonly occurring problems have implications and solutions particular to object-oriented development. To date, books on object-oriented programming have focused either on the methodology of the object-oriented paradigm or on teaching the details of a particular programming language. Primarily intended as a text for undergraduate students of engineering, undergraduate and postgraduate students of computer applications, and postgraduate students of management, the book should also prove to be a stimulating study for all those who have a keen interest in the subject.