Click here to Skip to main content
16,010,022 members
Home / Discussions / Web Development
   

Web Development

 
GeneralONLINE PAYMENT DATABASE Pin
Brendan Vogt28-Mar-04 19:40
Brendan Vogt28-Mar-04 19:40 
GeneralRe: ONLINE PAYMENT DATABASE Pin
Sarvesvara (BVKS) Dasa28-Mar-04 19:45
Sarvesvara (BVKS) Dasa28-Mar-04 19:45 
GeneralRe: ONLINE PAYMENT DATABASE Pin
Brendan Vogt28-Mar-04 19:52
Brendan Vogt28-Mar-04 19:52 
GeneralRe: ONLINE PAYMENT DATABASE Pin
Sarvesvara (BVKS) Dasa28-Mar-04 20:09
Sarvesvara (BVKS) Dasa28-Mar-04 20:09 
GeneralRe: ONLINE PAYMENT DATABASE Pin
l a u r e n29-Mar-04 10:00
l a u r e n29-Mar-04 10:00 
GeneralRe: ONLINE PAYMENT DATABASE Pin
Sarvesvara (BVKS) Dasa29-Mar-04 17:30
Sarvesvara (BVKS) Dasa29-Mar-04 17:30 
GeneralRe: ONLINE PAYMENT DATABASE Pin
l a u r e n29-Mar-04 17:39
l a u r e n29-Mar-04 17:39 
GeneralRe: ONLINE PAYMENT DATABASE Pin
Colin Angus Mackay29-Mar-04 22:36
Colin Angus Mackay29-Mar-04 22:36 
S P S wrote:
What else do they teach then??

Well, my introduction to Object Orientation was along the lines of

class Animal
{
    abstract string BreathsThrough;
    abstract int NumberOfLegs;
}

class Mammal : Animal
{
    string BreathsThrough{return "Mouth";}    
}

class Dog : Mammal
{
    int NumberOfLegs{return 4;}
}

class Human : Mammal
{
    int NumberOfLegs{return 2;}
}

class Fish : Animal
{
    string BreathsThrough{return "Gills";}
    int NumberOfLegs{return 0;}
}

class Cod : Fish
{
}

class Salmon : Fish
{
}


etc. I've never had to use this in the real world.


"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question."
--Charles Babbage (1791-1871)


GeneralRe: ONLINE PAYMENT DATABASE Pin
Sarvesvara (BVKS) Dasa30-Mar-04 0:27
Sarvesvara (BVKS) Dasa30-Mar-04 0:27 
GeneralRe: ONLINE PAYMENT DATABASE Pin
Colin Angus Mackay29-Mar-04 4:40
Colin Angus Mackay29-Mar-04 4:40 
GeneralRe: ONLINE PAYMENT DATABASE Pin
l a u r e n29-Mar-04 9:59
l a u r e n29-Mar-04 9:59 
Generalweb icons.. Pin
jeevan2228-Mar-04 15:41
jeevan2228-Mar-04 15:41 
GeneralRe: web icons.. Pin
Mike Ellison28-Mar-04 18:14
Mike Ellison28-Mar-04 18:14 
GeneralExploring the reason for the Server-side DOM existence Pin
intrader27-Mar-04 21:51
intrader27-Mar-04 21:51 
Generalcss Pin
douxcopine25-Mar-04 20:19
douxcopine25-Mar-04 20:19 
GeneralRe: css Pin
Hesham Amin25-Mar-04 20:39
Hesham Amin25-Mar-04 20:39 
GeneralRe: css Pin
douxcopine25-Mar-04 21:00
douxcopine25-Mar-04 21:00 
GeneralRe: css Pin
Hesham Amin25-Mar-04 21:57
Hesham Amin25-Mar-04 21:57 
GeneralRe: css Pin
douxcopine25-Mar-04 22:11
douxcopine25-Mar-04 22:11 
GeneralRe: css Pin
Hesham Amin26-Mar-04 7:14
Hesham Amin26-Mar-04 7:14 
GeneralRe: css Pin
douxcopine28-Mar-04 14:57
douxcopine28-Mar-04 14:57 
GeneralRe: css Pin
Sarvesvara (BVKS) Dasa27-Mar-04 3:10
Sarvesvara (BVKS) Dasa27-Mar-04 3:10 
GeneralI want to loose the focus... Pin
matthias s.25-Mar-04 17:05
matthias s.25-Mar-04 17:05 
GeneralRe: I want to loose the focus... Pin
hxxbin26-Mar-04 4:15
hxxbin26-Mar-04 4:15 
GeneralScreen Revolution Pin
24-Mar-04 22:43
suss24-Mar-04 22:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.