Results 1 to 3 of 3
Thread: Java Terminology
- 05-25-2008, 04:05 AM #1
Member
- Join Date
- Apr 2008
- Posts
- 34
- Rep Power
- 0
Java Terminology
what does it mean to call something from a class?
and what does a class mean?
Can someone explain this to me?
I have coded for a class and read the books, but don't really understand what I did.
what does it mean to extend something?
I was hoping that this could be explained dummy style for me.
Or if there is a site that explains specifically like this.
"variable is like a box that has to hold numbers, or letters depending on its type."
This is how I need it to be explained, because I am not understanding
classes, what they are, and their purpose. I need some sort of relation to
something that I am familiar with in the everyday world. Can someone help me
with this please?
- 05-25-2008, 05:05 AM #2
Think of a class as an object template. For instance a bike. The bike class you make first holds variables and methods that apply to every type of bike. The when you create a new instance of a class you just tell it what you want it to be. Do you want a blue bike? Do you want a bike with gears. Think of a class like this. It takes everybody awhile to figure it all out, but atleast for me it just kind of clicked one day after I played around with them enough.
My IP address is 127.0.0.1
- 05-25-2008, 07:14 AM #3
Yes there is a site :). Start here:
The Java™ TutorialsDaniel @ [www.littletutorials.com]
Language is froth on the surface of thought


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks