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. C#
  4. know about basic of all oops concepts

know about basic of all oops concepts

Scheduled Pinned Locked Moved C#
ooptutorialquestion
6 Posts 6 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.
  • B Offline
    B Offline
    baskaran chellasamy
    wrote on last edited by
    #1

    hello friends, In my educational period i was study about what is oops(object, class,inheritance,polymorphism,encapsulation and etc) as a theory with simple example,but after now a days i need to create my own classes,but still i am confused at this level,please tell me which way is better to understand and coding with my own way.please refer me any best articles for these topics

    R V J A J 5 Replies Last reply
    0
    • B baskaran chellasamy

      hello friends, In my educational period i was study about what is oops(object, class,inheritance,polymorphism,encapsulation and etc) as a theory with simple example,but after now a days i need to create my own classes,but still i am confused at this level,please tell me which way is better to understand and coding with my own way.please refer me any best articles for these topics

      R Offline
      R Offline
      Ravi Bhavnani
      wrote on last edited by
      #2

      See this[^] article for starters. /ravi

      My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

      1 Reply Last reply
      0
      • B baskaran chellasamy

        hello friends, In my educational period i was study about what is oops(object, class,inheritance,polymorphism,encapsulation and etc) as a theory with simple example,but after now a days i need to create my own classes,but still i am confused at this level,please tell me which way is better to understand and coding with my own way.please refer me any best articles for these topics

        V Offline
        V Offline
        Vipin_Arora
        wrote on last edited by
        #3

        Hi, See following links: http://www.vijaymukhi.com/documents/books/csbasics/contents.htm[^] http://www.computer-books.us/csharp_0004.php[^]

        Happy Coding... :)

        1 Reply Last reply
        0
        • B baskaran chellasamy

          hello friends, In my educational period i was study about what is oops(object, class,inheritance,polymorphism,encapsulation and etc) as a theory with simple example,but after now a days i need to create my own classes,but still i am confused at this level,please tell me which way is better to understand and coding with my own way.please refer me any best articles for these topics

          J Offline
          J Offline
          John Orendt
          wrote on last edited by
          #4

          MP3 Rearrange is a good example of Object Oriented programming. It uses inheritance 5 levels deep. Overriding methods of base classes is used as well. Take a look. MP3 Rearrange Please leave a comment if you like. Best John

          1 Reply Last reply
          0
          • B baskaran chellasamy

            hello friends, In my educational period i was study about what is oops(object, class,inheritance,polymorphism,encapsulation and etc) as a theory with simple example,but after now a days i need to create my own classes,but still i am confused at this level,please tell me which way is better to understand and coding with my own way.please refer me any best articles for these topics

            A Offline
            A Offline
            Alan Balkany
            wrote on last edited by
            #5

            Short answer: Classes are nouns and their methods are verbs. Each class maintains its data, and its methods represent actions on that data. Ideally, once you write a class (and methods) you use it in the rest of your program like that type was built into the language. The only way the rest of the program interacts with it is through its public methods.

            "Microsoft -- Adding unnecessary complexity to your work since 1987!"

            1 Reply Last reply
            0
            • B baskaran chellasamy

              hello friends, In my educational period i was study about what is oops(object, class,inheritance,polymorphism,encapsulation and etc) as a theory with simple example,but after now a days i need to create my own classes,but still i am confused at this level,please tell me which way is better to understand and coding with my own way.please refer me any best articles for these topics

              J Offline
              J Offline
              jschell
              wrote on last edited by
              #6

              baskaran chellasamy wrote:

              need to create my own classes,but still i am confused at this level,please tell me which way is better to understand

              It is possible that you just need to start writing some code. Reading about programming can only get you so far - at some point you must actually do it.

              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