Results 1 to 6 of 6

Thread: Inheritance, Interfaces and all that

  1. #1

    Thread Starter
    Frenzied Member StrangerInBeijing's Avatar
    Join Date
    Mar 2005
    Location
    Not in Beijing
    Posts
    1,666

    Resolved Inheritance, Interfaces and all that

    Not really the right place to ask for this, but here goes anyhow.

    Anyone had a hard time to really understand (not just memorize some fancy words) Stuff like Inheritance, Polymorphishm, Interfaces, etc in C# and know of a good site with some "walk through" samples for a retard like me?
    Last edited by StrangerInBeijing; Apr 25th, 2005 at 08:46 AM.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Inheritance, Interfaces and all that

    How about the first chapter of that book you're reading?

    All .NET books I've seen usually explain these concepts in the very first chapter.

  3. #3

    Thread Starter
    Frenzied Member StrangerInBeijing's Avatar
    Join Date
    Mar 2005
    Location
    Not in Beijing
    Posts
    1,666

    Re: Inheritance, Interfaces and all that

    yeah, this book got a whole chapter on it. I mean some tuturial that use a understandable practical sample app that you build as you go along.

    Nevermind it anyhow. Just come from a meeting and to "see how I'm getting along" asked me stupid questions like "Tell us what you learned about C#", "What's difference betweeen static and dynamic constructor". Completely made an arse out of myself.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Inheritance, Interfaces and all that

    Some of these things don't usually come in books, they come entirely out of mistakes and practice and when you make an ass out of yourself.

  5. #5

    Thread Starter
    Frenzied Member StrangerInBeijing's Avatar
    Join Date
    Mar 2005
    Location
    Not in Beijing
    Posts
    1,666

    Re: Inheritance, Interfaces and all that

    yeah, whatever.

    kidding...took your advice, and rather learn by example

  6. #6
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Inheritance, Interfaces and all that

    Depends who is asking you the question. If it is a manager (reading the question (written in crayon) off the back of an envelope), then you should just puke a load of long words like Instantiation, Encapsulation, immutation, referencial derivation...

    Otherwise if it is an experienced coder that is asking you, then you need to be honest, tell what problems you are struggling with. They were once learning just like you and they know its not an easy topic.

    The best way to impress bosses is to write a console app that jsut lists a load of data to the screen and looks like its doing a lot of work. That way they leave you alone for a few weeks happy in the knowledge that you are really getting the subject down. This gives you the time to learn at your own speed.
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width