| |
| |
| |
|
Page: 1 2 3 4 5 6
Comments:
<0> its like directly talking to an object <1> well <0> telling that object what to do <1> this is common to any OO language <0> that is freaking awesome <1> you will have to define the startEngine method <1> in the Car cl*** <0> Yea but isn't Java the most OO you can go? <1> and you have cl*** inheritence <1> public SportCar extends Car <1> and SportCar may define additional methods <1> hen you can write <1> or <1> it may have a different impelementation for the startEngine() method <1> so you can write <1> Car aCar = new SportCar();
<0> hmm <0> that is kind of like a default constructor <1> aCar.startEngine(); // code in SportCar.startEngine() will be cl***ed <0> or you are using a default constructor <0> hmm <1> what I just described is called polymorphism <1> but you have to learn on OO <1> first <1> find a good tutorial <0> I have learned all of this in past cl***es <0> I guess I have just lost alot of information <1> start with wikipedia <1> Object oriented programming <1> well you need to learn in pratice <2> Thinking in java by bruce eckil <2> eckel* <1> nah <0> man... so many freaking languages <1> nothing directly related to java <1> I would prefer <1> Thinking in Objects <1> or Eat object for breakfast <0> hmm <0> Want to see what I just coded tonight <1> omg I must definitively go.. I just woke up because I exceeded the maximum number of car in the mirc input field <0> its pretty simple <1> and it started to beepp beepp <0> maximum number of car? <1> of char yes :P <0> o <0> hehe <1> I have headphones on without music and the volume too high <0> ouch <1> it did wake me up really baddly <0> lol <0> So where are you located <1> Montreal, Quebec, Canada, North America <0> Man <1> yes? <0> Multiple houses or what? <1> lol <1> come on <0> hehe <1> I live in Montreal, which is in Provice of Quebec, of canada, in north america... <0> o <0> lol <0> How can it be in North America if it is a province of Canada <0> Ok <0> It must be late <0> im saying stupid sheet <1> lol <1> ahahah <1> I agree <0> Your on central time <0> or wait <0> hmm <1> its only 1h06 here <1> but forget to sleep last night <0> 12:06 here <0> lol forgot <0> haha
<1> where r u <0> Kansas <1> omg <0> what <0> lol <1> and you dont know canada is in north america? <0> I brain farted <1> I'm not surprised from an american that thinks that north america = usa <0> HAHAHA <0> exactly <0> Well what about alaska! <0> lol <0> Just kiddin... I did brain fart though <1> so <1> you are a new computer science student? <0> Sophmore in College <0> I have taken Intro to C++, VB.net, and now Java <1> but I see <0> I am taking the advanced courses next semester <1> you already loss OO concepts <0> I might move to the tip of Michigan though <1> and how OO works actually <0> Nah I just need to review them <0> I think it is late if I made an honest effort to remeber and got some old notes out <0> I would be able to recall better <0> I think it is prolly going to happen soon though <1> most schools have ppor approaches <0> Yea I know <1> ok <1> I leave <1> that's non sense <1> I wake up each 30 seconds <1> catch later dude <1> peace <0> yep late <2> ey ryan186: what do you does size_type do? <2> std::string::size_type <2> lol <2> what does* <0> hmm <0> I think it is how long the string is <0> give me a sec <0> yea <0> I think that is what i means <0> C++ right? <2> yeah bloody c++ <2> very confusing <0> Yea <0> Different from any language I had ever done befoer <0> when I took it <2> java is a lot more easier than c++ <0> before* <0> well laters all <3> hi Clackwell <4> what is meant by a "accessor method"? is that just a method which prompts the user to enter a value? <2> get and set <2> Muir: ??? <4> yes <4> what is get and set? <2> Normally you don't make variables in your cl*** public. Instead you provide public set and get methods for the variable. This lets you then later change the way the variable is stored, or add extra validation checks. <2> they're methods <4> this book i have shows a confusing example <4> waht is the definition of an ***eessor method? <4> could one say taht an ***essor method is an error checking mething? <4> and naming it get___ is just a convention that one doesnt have to follow? <4> or are methods beginning with "get" treating specially? or are there a few cl***es included in the java platform which are named get___ ? <3> looks like it's a method that start with get <3> example <3> you have variable Toto type String <3> u might create public String getToto() that return this.Toto <4> oh i just figurd it out <4> an ***essor method is a method, devlared public, which provides access to a private (or protected) field <3> yes <3> java always use those method
Return to
#java or Go to some related
logs:
#linux #java numeric_limit bautura uzu #windows #chatzone #linux unresolved external symbol _socket@12 referenced in function _main irssi unsplit jen carston
|
|