• Welcome to BookAndReader!

    We LOVE books and hope you'll join us in sharing your favorites and experiences along with your love of reading with our community. Registering for our site is free and easy, just CLICK HERE!

    Already a member and forgot your password? Click here.

Mathematics a bit

mehdirza

New Member
Is here in this forum any mathematician? I want to ask that if anyone here who had studied mathematics has studied about conditional method of searching in object oriented algorithms.
 
// In Source Packet in file except/ex1/TemperatureException.java
class TemperatureException extends Exception {
}

// In Source Packet in file except/ex1/TooColdException.java
class TooColdException extends TemperatureException {
}

// In Source Packet in file except/ex1/TooHotException.java
class TooHotException extends TemperatureException {
}


I mean, why have we got to pick up existing files in back-up? In this temperature scale program written in Java (we copy paste a place of it), source has to be given as you may easily seen. What is that? A kind of exception? Even in Delphi which is less effective than Java, there is not such problems. And even if you take it account that Java is object-oriented language.
 
:eek: :rolleyes:
You are, quite simply, crazier than a shithouse rat.
:D

That's the funniest thing I've read all day. Thanks for the laugh, Colin

I think he posts here just to see himself (internet version of talking just to be heard)

yea, we see you, mehdirza......we're still not impressed.
 
:eek: :rolleyes:
:D

That's the funniest thing I've read all day. Thanks for the laugh, Colin

I think he posts here just to see himself (internet version of talking just to be heard)

yea, we see you, mehdirza......we're still not impressed.

Who says you that I wanted to impress you? I only want to post something useful. Stewart says to do so.:D
 
First, you're not asking a question about mathematics but about programming.

Second, I don't understand your question.

Third, I'm not even sure that given the relatively small membership that you'll find someone willing and able to answer your question.

Fourth, your post wasn't useful in the sense he was referring to.

Fifth, I think Izzy is on to something

Sixth, I looked at my feet and thought for a moment that I had forgotten to wear socks but then realized I was wearing the short ankle socks.
 
To Isabell

Can you just explain me what will I gain I will have you impressed? I only want to be in communication with people. I don't want to impress any one. I'll be honest: I have no any real friends around. I am terrified to be alone. I work at night. I am not working so I am now at Nima's in downtown but Nima is not interested in me. He is busy with his barbie. What to do? I want to see you as my friends. Vote me, give me reactions and do whatever but don't tell me to leave.
 
Sounds to me like you have stumbled into the wrong forum here. It's finally clear to me that you should be at a Singles/dating forum.

Click here

It even uses the same format!! Lucky for you:cool:
 
First, you're not asking a question about mathematics but about programming.

Second, I don't understand your question.

Third, I'm not even sure that given the relatively small membership that you'll find someone willing and able to answer your question.

Fourth, your post wasn't useful in the sense he was referring to.

Fifth, I think Izzy is on to something

Sixth, I looked at my feet and thought for a moment that I had forgotten to wear socks but then realized I was wearing the short ankle socks.

It is not about Mathematics anyway, it is about Appliable Mathematics. It was about conditional variants like that. Let it be when a=1, let it not go when a><1. Do you understand now?
 
Sounds to me like you have stumbled into the wrong forum here. It's finally clear to me that you should be at a Singles/dating forum.

Click here

It even uses the same format!! Lucky for you:cool:

I've been member of more than twenty dating forums but it doesn't work to find friends.:) It only works to have some girls if you're boy and some boy if you're girl. I got tired of girls. Too much is bad. But keep on the subject. Have you got any idea about the question that I just asked in my thread?
 
// In Source Packet in file except/ex1/TemperatureException.java
class TemperatureException extends Exception {
}

// In Source Packet in file except/ex1/TooColdException.java
class TooColdException extends TemperatureException {
}

// In Source Packet in file except/ex1/TooHotException.java
class TooHotException extends TemperatureException {
}


I mean, why have we got to pick up existing files in back-up? In this temperature scale program written in Java (we copy paste a place of it), source has to be given as you may easily seen. What is that? A kind of exception? Even in Delphi which is less effective than Java, there is not such problems. And even if you take it account that Java is object-oriented language.

I'm not sure what you are asking. Yes, these classes are exceptions, you can tell as the extend the exception class. So they can do everything an exception class can do (sort of like spiderman :)).

Are you asking why does Java require the parent classes which are extended to be in your source?

PM me if you want some help, this will probably not be of interest to the general forum.
 
To PipPirrip

Hello friend.
In any of procedure programming languages, for example, ADA, Pascal, Algol, Delphi, no source is required to show to the machine to start an application. It will begin itself to work. But in those examples I showed in my second post, we have to fix the clock, termometer, etc. to the computer.
Even in Quick Basic, you put some loaps and this problem is handled itself. But in Java which is object oriented language (it means it works using Fuzzy logic all), it is a big problem. I mean, if one's Windows or MAC is not run, then what?
 
Back
Top