Regarding componet architecture in VB.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sonali_reddy123@yahoo.com

    Regarding componet architecture in VB.NET

    Hi,

    I need a help regarding writing an application which has two components
    which are inherited by a base component and depending on
    which object is associated during the calling the methods in the
    derived components should get called.


    How does VB.NET supports this approach.


    Thanks in Advance.

  • Ron

    #2
    RE: Regarding componet architecture in VB.NET

    You are describing polymorphism, and yes, that is something you can do with
    any object oriented language like VB.NET.

    "sonali_reddy12 3@yahoo.com" wrote:
    [color=blue]
    > Hi,
    >
    > I need a help regarding writing an application which has two components
    > which are inherited by a base component and depending on
    > which object is associated during the calling the methods in the
    > derived components should get called.
    >
    >
    > How does VB.NET supports this approach.
    >
    >
    > Thanks in Advance.
    >
    >[/color]

    Comment

    Working...