Object-Oriented Programming Concepts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • robert1234
    New Member
    • Jul 2015
    • 1

    Object-Oriented Programming Concepts

    how i can learn Object-Oriented Programming Concepts ???

    tips for Object-Oriented Programming Concepts for beginners??
  • Ajay Bhalala
    New Member
    • Nov 2014
    • 119

    #2
    Hi,

    You can learn OOP concepts by learning Object Oriented Programming Language such as C++

    You can refer the book named "Object-Oriented Programming Using C++" by E Balagurusamy. I think this book will very helpful for you.

    Hope this will help you.

    I have this book in pdf format, but I can't upload this book on this, because this book's size is 20.8mb

    you can find this book on internet.

    Comment

    • computerfox
      Contributor
      • Mar 2010
      • 276

      #3
      Here is also a great free reference using Java: http://docs.oracle.com/javase/tutorial/java/concepts/

      Some short tips:
      *An object consists of variables AND the object methods
      *Most common methods are getters and setters
      *Variables/Methods can have different visibilities, most common public/private
      *In most cases OOP would be implemented by using class
      *Although C is not OO, you can implement pseudo objects with the use of structs
      *Objects can also inherit it's structure from a parent object
      *There are several types of inheritance such as https://en.wikipedia.org/wiki/Polymo...puter_science)
      *Pros: Portable and reusable
      *Cons: Can be robust

      Comment

      • Ajay Bhalala
        New Member
        • Nov 2014
        • 119

        #4
        Yes, you are right.

        We can learn OOP concepts using java also. And java is more featured language compared to some other OOP languages.

        Your information is very useful for all.

        Comment

        • computerfox
          Contributor
          • Mar 2010
          • 276

          #5
          Just a note, I've had an on and off again relationship with Java and it was my first language, but I would always pick a C-based language over Java.

          Comment

          • jonrgrover
            New Member
            • Aug 2016
            • 3

            #6
            I tried to learn OO using a number of languages. The language that helped me the most was VB.NET. It tends to be verbose which can be annoying once you know what you are doing, however the verbosity helps in the process of learning. Whenever I need to catch back up in .NET, I take a VB.NET job which makes the new concepts easier to learn. Remember, BASIC stands for Beginners All-purpose Symbolic Instruction Code.

            Comment

            • markdevid
              New Member
              • Aug 2016
              • 1

              #7
              Hi guys check this useful link about object oriented programming.I hope it will help you

              https://www.mindstick.c om/Articles/12157/object-oriented-programming

              Comment

              • muthugomathi
                New Member
                • Aug 2016
                • 1

                #8
                i try exception handling program. i got the error undefined symbol error and statement mising

                Comment

                Working...