mazeingmazerules
Member
+8|6695|Canada
Override Annotation:

The override annotation means that the following deceleration/methods is meant to override the deceleration/methods in the super class.  Basically the super class is the class that has the main method which is called automatically upon initialization of the class file.  From there, you can assign new objects and such.  When you use the override annotation, it helps you program because it'll send a message about any spelling mistakes and secondly it makes your deceleration/methods more obvious of what it does since this annotation basically tells us that it over writes a deceleration/methods in the super class.  In other, simpler words it's also referred to as a safe guard.

Usage:

Code:

@Override
public String hello() {
        return "Hello YOU!";
}
Usually used in the child classes.
Freezer7Pro
I don't come here a lot anymore.
+1,447|6415|Winland

What is this I don't even
The idea of any hi-fi system is to reproduce the source material as faithfully as possible, and to deliberately add distortion to everything you hear (due to amplifier deficiencies) because it sounds 'nice' is simply not high fidelity. If that is what you want to hear then there is no problem with that, but by adding so much additional material (by way of harmonics and intermodulation) you have a tailored sound system, not a hi-fi. - Rod Elliot, ESP
King_County_Downy
shitfaced
+2,791|6814|Seattle

Freezer7Pro wrote:

What is this I don't even
It's a programming language. Java to be exact.
Sober enough to know what I'm doing, drunk enough to really enjoy doing it
Freezer7Pro
I don't come here a lot anymore.
+1,447|6415|Winland

King_County_Downy wrote:

Freezer7Pro wrote:

What is this I don't even
It's a programming language. Java to be exact.
Yes, but if I want a class in Java, I go to Google.
The idea of any hi-fi system is to reproduce the source material as faithfully as possible, and to deliberately add distortion to everything you hear (due to amplifier deficiencies) because it sounds 'nice' is simply not high fidelity. If that is what you want to hear then there is no problem with that, but by adding so much additional material (by way of harmonics and intermodulation) you have a tailored sound system, not a hi-fi. - Rod Elliot, ESP
Swan
The town bike
+54|5664

Freezer7Pro wrote:

King_County_Downy wrote:

Freezer7Pro wrote:

What is this I don't even
It's a programming language. Java to be exact.
Yes, but if I want a class in Java, I go to Google.
I admit it is random, but isn't this tech related?
Freezer7Pro
I don't come here a lot anymore.
+1,447|6415|Winland

Swan wrote:

Freezer7Pro wrote:

King_County_Downy wrote:


It's a programming language. Java to be exact.
Yes, but if I want a class in Java, I go to Google.
I admit it is random, but isn't this tech related?
Indeed it is, the question is just if it's related to the interests of anyone browsing this section.
The idea of any hi-fi system is to reproduce the source material as faithfully as possible, and to deliberately add distortion to everything you hear (due to amplifier deficiencies) because it sounds 'nice' is simply not high fidelity. If that is what you want to hear then there is no problem with that, but by adding so much additional material (by way of harmonics and intermodulation) you have a tailored sound system, not a hi-fi. - Rod Elliot, ESP
Swan
The town bike
+54|5664

Freezer7Pro wrote:

Swan wrote:

Freezer7Pro wrote:


Yes, but if I want a class in Java, I go to Google.
I admit it is random, but isn't this tech related?
Indeed it is, the question is just if it's related to the interests of anyone browsing this section.
True. But can't the same thing be said about posts about cobbling together old stereo parts?
Peter
Super Awesome Member
+494|6619|dm_maidenhead

Swan wrote:

Freezer7Pro wrote:

Swan wrote:


I admit it is random, but isn't this tech related?
Indeed it is, the question is just if it's related to the interests of anyone browsing this section.
True. But can't the same thing be said about posts about cobbling together old stereo parts?
They are interesting to look at and read even if you don't understand all the technical stuff. This isn't.

Board footer

Privacy Policy - © 2024 Jeff Minard