Skip to content.
|
Skip to navigation
Log In
Contact Us
Report a Bug
Search Site
Connexions
Sections
Home
Content
Lenses
About Us
Help
MyCNX
You are here:
Home
»
Content
Browse by Author:
Richard Baldwin
View author profile
Return to Browsing Content
|
Search for Content
Content by Richard Baldwin
Content based on works by Richard Baldwin (derived copies)
(What are
modules
and
collections
?)
Sort by:
Popularity
Language
Revision Date
Title
Type
Results per page:
10
25
100
View:
Detail
|
Compact
|
Statistics
« Previous
10
1
2
3
4
[
5
]
6
7
8
...
35
Next
10
»
Java3002: Creating and Manipulating Turtles and Pictures in a World Object
(m44149)
Author:
Richard Baldwin
Keywords:
accessor
,
addMessage
,
bookClasses
,
classpath
,
color class
,
Ericson
,
getPicture
,
getter method
,
Guzdial
,
import directive
,
Java
,
main method
,
moveTo
,
object-oriented programming
,
OOP
,
Picture class
,
println method
,
Prob01 class
,
Prob01Runner class
,
run method
,
setBodyColor
,
setName
,
setPenColor
,
setPenDown
,
setPenWidth
,
setPicture
,
setShell
,
setter method
,
SimplePicture class
,
SimpleTurtle class
,
Turtle class
,
World class
Summary:
Learn how to create and manipulate Turtle objects and Picture objects in a World object using the Guzdial-Ericson multimedia library.
Subject:
Science and Technology
Language:
English
Popularity:
75.84%
Revised:
2013-02-12
Revisions:
7
Java1608: Polymorphism Based on Overloaded Methods
(m44182)
Author:
Richard Baldwin
Keywords:
abstract class
,
abstract method
,
assignment compability
,
behavior
,
casting
,
class
,
class method
,
class variable
,
constructor
,
encapsulation
,
extends
,
final
,
implements
,
inheritance
,
inner class
,
instance
,
instance method
,
instance variable
,
instantiate
,
interface
,
Java
,
method
,
method overloading
,
method overriding
,
object
,
object-oriented programming
,
OOP
,
polymorphism
,
primitive type
,
public
,
reference
,
reference type
,
signature
,
state
,
static initializer block
,
subclass
,
superclass
,
toString method
,
variable
,
void
Summary:
Baldwin explains the use of overloaded methods for the purpose of achieving compile-time polymorphism.
Subject:
Science and Technology
Language:
English
Popularity:
75.82%
Revised:
2013-01-01
Revisions:
3
Java3016: Green-Screen Processing
(m44210)
Author:
Richard Baldwin
Keywords:
abstract class
,
abstract method
,
assignment compability
,
behavior
,
casting
,
class
,
class method
,
class variable
,
constructor
,
encapsulation
,
extends
,
final
,
implements
,
inheritance
,
inner class
,
instance
,
instance method
,
instance variable
,
instantiate
,
interface
,
Java
,
method
,
method overloading
,
method overriding
,
object
,
object-oriented programming
,
OOP
,
polymorphism
,
primitive type
,
public
,
reference
,
reference type
,
signature
,
state
,
static initializer block
,
subclass
,
superclass
,
toString method
,
variable
,
void
Summary:
Learn to write a program to do green-screen processing.
Subject:
Science and Technology
Language:
English
Popularity:
75.73%
Revised:
2013-02-17
Revisions:
7
Java1622: Array Objects, Part 1
(m44198)
Author:
Richard Baldwin
Keywords:
abstract class
,
abstract method
,
assignment compability
,
behavior
,
casting
,
class
,
class method
,
class variable
,
constructor
,
encapsulation
,
extends
,
final
,
implements
,
inheritance
,
inner class
,
instance
,
instance method
,
instance variable
,
instantiate
,
interface
,
Java
,
method
,
method overloading
,
method overriding
,
object
,
object-oriented programming
,
OOP
,
polymorphism
,
primitive type
,
public
,
reference
,
reference type
,
signature
,
state
,
static initializer block
,
subclass
,
superclass
,
toString method
,
variable
,
void
Summary:
Baldwin shows how array objects fit into the grand scheme of things in OOP using Java.
Subject:
Science and Technology
Language:
English
Popularity:
75.69%
Revised:
2013-01-01
Revisions:
3
Java4060: Duplicate Elements, Ordered Collections, Sorted Collections, and Interface Specialization
(m46141)
Author:
Richard Baldwin
Keywords:
Duplicate Elements
,
Interface Specialization
,
Java Collections Framework
,
List object
,
Ordered Collections
,
Ordered collections
,
Set object
,
sorted collections
,
Sorted Collections
Summary:
Baldwin shows you that all concrete implementations in the Collection hierarchy implement a sub-interface of the Collection interface. A Set object cannot contain duplicate elements, but a List object can contain duplicate elements. Ordered collections are not the same as sorted collections. Specialized stipulations are placed on interfaces as ... Collections Framework.
[Expand Summary]
Baldwin shows you that all concrete implementations in the Collection hierarchy implement a sub-interface of the Collection interface. A Set object cannot contain duplicate elements, but a List object can contain duplicate elements. Ordered collections are not the same as sorted collections. Specialized stipulations are placed on interfaces as you progress down the interface inheritance hierarchy of the Java Collections Framework.
[Collapse Summary]
Subject:
Science and Technology
Language:
English
Popularity:
75.56%
Revised:
2013-05-07
Revisions:
2
Java1624: Array Objects, Part 2
(m44199)
Author:
Richard Baldwin
Keywords:
abstract class
,
abstract method
,
assignment compability
,
behavior
,
casting
,
class
,
class method
,
class variable
,
constructor
,
encapsulation
,
extends
,
final
,
implements
,
inheritance
,
inner class
,
instance
,
instance method
,
instance variable
,
instantiate
,
interface
,
Java
,
method
,
method overloading
,
method overriding
,
object
,
object-oriented programming
,
OOP
,
polymorphism
,
primitive type
,
public
,
reference
,
reference type
,
signature
,
state
,
static initializer block
,
subclass
,
superclass
,
toString method
,
variable
,
void
Summary:
Baldwin explains the programming details involved in the use of array objects. He shows you three ways to emulate traditional two-dimensional rectangular arrays, and also shows you how to create and use ragged arrays.
Subject:
Science and Technology
Language:
English
Popularity:
75.29%
Revised:
2013-01-01
Revisions:
3
Tkc0100: Preface
(m45876)
Author:
Richard Baldwin
Keywords:
Code
,
computer
,
Kids
,
programming
,
Teaching
Summary:
Preface to a collection of modules designed to help beginners of all ages learn how to create the code for computer programs. Information is provided not only for the beginners themselves but also for their parents and teachers where appropriate.
Subject:
Science and Technology
Language:
English
Popularity:
75.23%
Revised:
2013-05-09
Revisions:
5
AP Computer Science A, Clarification of the Java Subset
(col11279)
Author:
Richard Baldwin
Keywords:
Advanced placement
,
AP Computer Science
,
AP Computer Science A, Java Subset
,
Arithmetic Operators
,
homeschool
,
Java subset
,
Language features
Summary:
The purpose of the collection is to help you to better understand the Java Subset specifications for the Advanced Placement Computer Science A exam.
Subject:
Science and Technology
Language:
English
Popularity:
75.06%
Revised:
2011-03-03
Revisions:
4
The Default Application Container - Flex 3 and Flex 4
(m34604)
Author:
Richard Baldwin
Keywords:
actionscript
,
attribute
,
class
,
color
,
element
,
extensible markup language
,
flex
,
flex mxml
,
gradient
,
MXML
,
property
,
style
,
transparency
,
xml
Summary:
Learn about some of the differences between Flex 3 and Flex 4. Learn how to write a Flex application that controls the color, color gradient, and transparency of the background of the main window when a Flex application is played in Flash Player.
Subject:
Science and Technology
Language:
English
Popularity:
74.84%
Revised:
2010-06-15
Revisions:
2
Ap0010: Self-assessment, Primitive Types
(m45284)
Author:
Richard Baldwin
Keywords:
Java
,
object-oriented programming
,
OOP
,
primitive types
,
self-assessment
Summary:
Part of a self-assessment test designed to help you determine how much you know about Java primitive types.
Subject:
Science and Technology
Language:
English
Popularity:
74.40%
Revised:
2013-01-02
Revisions:
4
« Previous
10
1
2
3
4
[
5
]
6
7
8
...
35
Next
10
»
Popularity is measured as percentile rank of page views/day over all time
My Account
Username
Password
Cookies are not enabled. You must
enable cookies
before you can log in.
Get an account
Forgot your password?
Repository
Total Collections:
1317
Visit a random collection
Total Modules:
21756
Visit a random module