Consulting

Results 1 to 3 of 3

Thread: VBA OOp

  1. #1

    VBA OOp

    Please can someone answer my following questions

    1. Can you use inheriatance in VBA
    2. Can you use polymorphism in VBA
    3. Can you define and use interfaces in VBA

    Thanks in advance

    Chris

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    No, No, not sure what you mean.

    Use vb.net if you want those things.

  3. #3
    its not that I need any of these features I am just trying to learn a little more about VBA.

    To explain more about point no 3 -In java I can create interfaces with empty methods, if other class implement this interface they have to use define these methods listed in the interface. Is this possible to do in vba?

Posting Permissions

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