Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Types of Classes

Types of Classes

Scheduled Pinned Locked Moved Visual Basic
tutorial
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RaveRare
    wrote on last edited by
    #1

    Dear everyone, i have my books and notes on classes but still i am unable to understand that what are classes and what are their types with realtime examples. please guide me with an examplary material thanks

    A N D 3 Replies Last reply
    0
    • R RaveRare

      Dear everyone, i have my books and notes on classes but still i am unable to understand that what are classes and what are their types with realtime examples. please guide me with an examplary material thanks

      A Offline
      A Offline
      Ahamed Azeem
      wrote on last edited by
      #2

      Google

      Ahamed Azeem software Programmer

      1 Reply Last reply
      0
      • R RaveRare

        Dear everyone, i have my books and notes on classes but still i am unable to understand that what are classes and what are their types with realtime examples. please guide me with an examplary material thanks

        N Offline
        N Offline
        Naji El Kotob
        wrote on last edited by
        #3

        Hi, Can you imagine a company with multi-departments and each of them do the same job, WHAT A DISASTER ;).... Can you imagine it now where each department do its own job only and coordinate with other departments effectively, efficiently and each one has a specific job to do, this is a Class ;) hope this helps :)

        NajiCo http://www.InsideVB.NET[^] It's nice 2b important, but it's more important 2b nice...

        1 Reply Last reply
        0
        • R RaveRare

          Dear everyone, i have my books and notes on classes but still i am unable to understand that what are classes and what are their types with realtime examples. please guide me with an examplary material thanks

          D Offline
          D Offline
          Duncan Edwards Jones
          wrote on last edited by
          #4

          At its most basic, a class is a template for making objects. (Like a mould makes castings, or a cookie cutter makes cookies) It defines the properties and methods for that type of object For example a class [Vehicle] might have a property for [FuelType] Instances of that class can then be created (also known as "instanciated") with different values for the FuelType.

          '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups