Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Object Oriented programming

  1. #1
    eman ahmed is offline Learning Programmer
    Join Date
    Jul 2010
    Posts
    79
    Rep Power
    0

    Object Oriented programming

    I'm always heard this statement from some people used java
    "Java is object oriented programming . so it's easy"
    I want to know if this statement true or not
    if true I want some one explain it . because I don't know what's the meaning of this statement .

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Object Oriented programming

    I wouldn't make that statement. If it were true, the same could be said of many other languages.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    opwuaioc's Avatar
    opwuaioc is offline Programming Professional
    Join Date
    Jun 2010
    Location
    SF/NY
    Posts
    218
    Rep Power
    0

    Re: Object Oriented programming

    I would in fact make the opposite statement - object oriented is one step more difficult than procedural languages.
    Something witty here.

  5. #4
    isuru's Avatar
    isuru is offline Programming Professional
    Join Date
    May 2010
    Posts
    228
    Rep Power
    8

    Re: Object Oriented programming

    Quote Originally Posted by WingedPanther View Post
    I wouldn't make that statement. If it were true, the same could be said of many other languages.
    Java is object-oriented language. But I don't think it is easy(for me, there maybe other people who gets java as a easy language.). And of course java is easy than C or C++ when it comes to database construction, memory management and error detection.

    Define easy..... Nothing is easy in this World.
    Easy means posing no difficulty; requiring little effort;
    There are several major languages including Eiffel, Simula, C++, C#, Java and Smalltalk.

  6. #5
    eman ahmed is offline Learning Programmer
    Join Date
    Jul 2010
    Posts
    79
    Rep Power
    0

    Re: Object Oriented programming

    in general programming
    What's the meaning of Object Oriented programming ?

  7. #6
    isuru's Avatar
    isuru is offline Programming Professional
    Join Date
    May 2010
    Posts
    228
    Rep Power
    8

    Re: Object Oriented programming

    Quote Originally Posted by eman ahmed View Post
    in general programming
    What's the meaning of Object Oriented programming ?
    Wiki
    Object-Oriented Programming Concepts
    OOP Tutorial

  8. #7
    Join Date
    Jul 2010
    Location
    Hockley, Texas
    Posts
    1
    Rep Power
    0

    Re: Object Oriented programming

    it is an object oriented program and its easy for some and difficult for others just like any other language

  9. #8
    Hunter100 is offline Programming Professional
    Join Date
    Feb 2010
    Location
    Australia
    Posts
    289
    Rep Power
    0

    Re: Object Oriented programming

    It's based around objects. (an instantiation of a class). Very basic, so look it up on wikipedia.

  10. #9
    josep is offline Learning Programmer
    Join Date
    Dec 2009
    Posts
    56
    Rep Power
    0

    Re: Object Oriented programming

    It means refining the problem in terms of objects in that domain.

  11. #10
    yamman13 is offline Learning Programmer
    Join Date
    Dec 2008
    Posts
    56
    Rep Power
    0

    Re: Object Oriented programming

    I've heard its hard at first, but once you understand the paradigm of OO programming it makes complex programs easier to create.

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. object oriented programming
    By farhanyun91 in forum Java Help
    Replies: 6
    Last Post: 08-11-2010, 09:28 AM
  2. Object Oriented Programming by Example.
    By WingedPanther in forum Tutorials
    Replies: 26
    Last Post: 01-31-2010, 04:35 PM
  3. object oriented programming
    By sayer in forum C and C++
    Replies: 14
    Last Post: 01-08-2010, 04:11 AM
  4. Why we use Object-Oriented Programming
    By ZekeDragon in forum General Programming
    Replies: 3
    Last Post: 11-23-2009, 02:57 PM

Tags for this Thread

Bookmarks

Posting Permissions

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