Search results for query: *

  1. J

    Interface and class relationships

    I am posting this in this group as I am currently programming in VB.NET. However this might equally be an issue related to other .NET languages. My query relates to the OOP elements of VB.NET and specifically the relationship between interfaces and classes. My understanding is that a single...
  2. J

    Nested Classes in VB.Net

    Nested classes now working okay Paszt, Creating Object3 as a shared variable in Class1 works great for my intended application. The option of declaring Object3 in Class2 would not work as I also need Object3 to reference Object2 in reverse which would create a chicken and egg situation. By...
  3. J

    Nested Classes in VB.Net

    Many apologies if this is in the wrong forum. I am a new user and cannot see a more relevant one. Could someone explain why the following code will not work for me? I am an experienced programmer but somewhat inexperienced in OOP and VB .NET in particular. What I am trying to do is to get...
Back
Top