Herbert Schildt
Website
Genre
|
Java: The Complete Reference
—
published
2004
—
32 editions
|
|
|
Java: A Beginner's Guide
—
published
2005
—
21 editions
|
|
|
C++: The Complete Reference
—
published
1989
—
14 editions
|
|
|
C: The Complete Reference
—
published
1987
—
21 editions
|
|
|
Teach Yourself C
—
published
1989
—
6 editions
|
|
|
Java 2: The Complete Reference
by
—
published
2000
—
8 editions
|
|
|
Teach Yourself C++
—
published
1992
—
5 editions
|
|
|
C# 4.0 The Complete Reference
—
published
2010
—
5 editions
|
|
|
C++ from the Ground Up
—
published
1994
—
5 editions
|
|
|
C++: A Beginner's Guide
—
published
2002
—
7 editions
|
|
“C gives the programmer what the programmer wants; few restrictions, few complaints... C++ maintains the original spirit of C, that the programmer not the language is in charge.”
― C++: The Complete Reference
― C++: The Complete Reference
“For example, consider a stack (which is a first-in, last-out list). You might have a program that requires three different types of stacks. One stack is used for integer values, one for floating-point values, and one for characters. In this case, the algorithm that implements each stack is the same, even though the data being stored differs. In a non-object-oriented language, you would be required to create three different sets of stack routines, with each set using different names. However, because of polymorphism, in Java you can create one general set of stack routines that works for all three specific situations. This way, once you know how to use one stack, you can use them all. More generally, the concept of polymorphism is often expressed by the phrase “one interface, multiple methods.” This means that it is possible to design a generic interface to a group of related activities. Polymorphism helps reduce complexity by allowing the same interface to be used to specify a general class of action.”
― Java: A Beginner's Guide
― Java: A Beginner's Guide
Topics Mentioning This Author
| topics | posts | views | last activity | |
|---|---|---|---|---|
Fun & Games:
A to Z author
|
4107 | 516 | Dec 31, 2023 05:09AM |
Is this you? Let us know. If not, help out and invite Herbert to Goodreads.





















