skip to main
|
skip to sidebar
The Wealth of Java
Tuesday, June 23, 2009
Object Oriented Programming Concepts
What is a Class?
A class is a specification, or blueprint expressed as a piece of program code that defines a particular sort of object.
What is an Object?
An Object is an
instance
of a class.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
►
2013
(1)
►
May
(1)
►
2011
(2)
►
July
(2)
▼
2009
(25)
►
September
(1)
►
July
(5)
▼
June
(19)
Exceptions
Polymorphism
Interfaces
The Universe Superclass
Abstract Classes
Class Inheritance
The finalize() method
Nested Classes
Encapsulation
Controlling Access to Class Members
The Variable this
Method Overloading
Our first project
More OOP concepts
Object Oriented Programming Concepts
The "Hello World!" Application
Getting ready
Why Use Java?
Welcome to my Java blog
About Me
Chris
View my complete profile
No comments:
Post a Comment