CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sidhu688

Search: Search took 0.02 seconds.

  1. Replies
    18
    Views
    16,329

    Re: real world polymorphism

    ok so here is the program parts and the questions





    protected new int power = 50; why the new keyword is used here ?


    public int HumanPower {...
  2. Replies
    18
    Views
    16,329

    Re: real world polymorphism

    and also polymorphism can be demonstrated following the interface way ie no code just some empty classes and showing how polymorphism will work

    Thanks
    Sid
  3. Replies
    18
    Views
    16,329

    Re: real world polymorphism

    mariocatch ...thanks for the link but the thing is that i am very new to c# and it gets kinda hard to read code and directly understand it , maybe you can remember ur first start days when its really...
  4. Replies
    4
    Views
    8,351

    delegates and event driven programming

    Hello guys,

    I read about delegates and event driven programming but could'nt understand it completely.Can somebody plz tell me taking some real example that what are delegates ,what are events and...
  5. Replies
    6
    Views
    7,944

    Re: operator overloading

    Thanks guys,

    Yeah now i got a very good understanding of how this works .
  6. Replies
    18
    Views
    16,329

    real world polymorphism

    Hi guys,

    Hope u all doing good.Getting some very nice knowledge and concept clearing answers from this forum :) .Ok so now can anybody tell me taking some real world example and then showing it in...
  7. Replies
    6
    Views
    7,944

    operator overloading

    Hi guys,

    Can someone tell me in very simple code that what exactly is operator overloading and what is it mainly used for...i read a couple of articles and all explained it using multidimensional...
  8. Replies
    7
    Views
    6,384

    Re: properties problem

    @BigEd

    My understanding of polymorphism is that suppose we have some function say draw and i inherit the class containing draw and then i make draw as virtual in base class and then override it...
  9. Replies
    7
    Views
    6,384

    Re: properties problem

    Guys one thing more i wanna know that i have read that in polymorphism we can pass the objects even if it expects a different object of the derived class.......can someone please show me some simple...
  10. Replies
    7
    Views
    6,384

    Re: properties problem

    Thanks guys ..quick response.....and that was so easy to understand ....i am sure i will be asking more stuff no matter if that's stupid also ..
  11. Replies
    7
    Views
    6,384

    properties problem

    Hi guys,

    just joined this forum and it seems to real cool place to ask some questions although they may be weird :).Just new to C# :).

    Ok so can someone please tell me that if the main aim of...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured