![]() |
|
|
|||||||
![]() |
Java - hi, am a beginner in java programming |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
could i be enlightened on some of the fundamental things i need to
know when it comes to java programming, Thanks. opysho_java |
|
|
|
|
#2 |
|
Posts: n/a
|
opysho_java wrote:
> could i be enlightened on some of the fundamental things i need to > know when it comes to java programming, Thanks. Here's a good tutorial: http://www.javapassion.com/javaintro/ markspace |
|
|
|
#3 |
|
Posts: n/a
|
opysho_java wrote:
> could i be enlightened on some of the fundamental things i need to > know when it comes to java programming, Thanks. Start at: http://java.sun.com/docs/books/tutorial/ Arne Arne Vajhøj |
|
|
|
#4 |
|
Posts: n/a
|
On Wed, 4 Nov 2009 14:43:43 -0800 (PST), opysho_java
<> wrote, quoted or indirectly quoted someone who said : >could i be enlightened on some of the fundamental things i need to >know when it comes to java programming, Thanks. see http://mindprod.com/jgloss/gettingstarted.html -- Roedy Green Canadian Mind Products http://mindprod.com An example (complete and annotated) is worth 1000 lines of BNF. Roedy Green |
|
|
|
#5 |
|
Posts: n/a
|
On Nov 4, 11:18 pm, markspace <nos...@nowhere.com> wrote:
.... > Here's a good tutorial: > > http://www.javapassion.com/javaintro/ Well... To me anyone who defines inheritance as "code reuse" deserves to be shot (the author of that tutorial sure does) and I would be very cautious about writing made by such a person Objective-C programmers are having a good laugh about inheritance being about "code reuse" alexandre_paterson@yahoo.fr |
|
|
|
#6 |
|
Posts: n/a
|
wrote: > On Nov 4, 11:18 pm, markspace <nos...@nowhere.com> wrote: > ... >> Here's a good tutorial: >> >> http://www.javapassion.com/javaintro/ > > Well... To me anyone who defines inheritance as > "code reuse" deserves to be shot (the author of > that tutorial sure does) I don't interpret his statement that way: "Inheritance is one of the most important OO concept along with encapsulation and polymorphism. Basically it allows reuse of the code since a sub-class (child class) can readily use the properties and methods defined in the super class (parent class)." He isn't *defining* inheritance, he's describing, for those new to Java and to OO, something inheritance allows. It's a necessarily simplistic statement that is followed by a reference to the Sun tutorial on inheritance in Java. > and I would be very cautious about writing made by such a person His writings are often recommended here by people whose opinions I have come to respect. > Objective-C programmers are having a good laugh about > inheritance being about "code reuse" I don't remember any occasion when I have been convinced of something by the reported laughter of the misinformed. Rather the opposite effect pertains. It seems to me the top two hits for "objective-c inheritance" don't really do much better: "Inheritance in Objective-C is similar to Java. When you extend your super class (of which you can only have one parent) you can override the methods of your super class by simply putting the new implementations in the child classes implementation." "Objective-C enables programmer to inherit common methods and properties from other class, known as inheritance." -- RGB RedGrittyBrick |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Programming Discussion Forum | technica | Computer Support | 2 | 04-27-2008 02:57 PM |
| Re: beginner | Robert Maas, see http://tinyurl.com/uh3t | Computer Information | 3 | 02-11-2008 07:57 AM |
| I am returning to programming - help needed, please. | Knut Arvid Keilen | Computer Support | 27 | 05-19-2007 11:10 PM |
| Ideal Certification Path for beginner | James McConnell | MCTS | 4 | 03-28-2007 12:45 PM |
| Introduction to Programming Using Java | k.vidura@gmail.com | Computer Support | 0 | 03-15-2006 03:16 PM |