Thread: What is procedural programming......and object oriented programming

  1. #1
    Deleted Account
    Join Date
    Oct 2013
    Posts
    39

    Lightbulb What is procedural programming......and object oriented programming

    plese tell me the difference b/w PROCEDURAL PROGRAMMING......AND OBJECT ORIENTED PROGRAMMING....in C++....i read in a book that says that procedural programming is susceptible to design change...i don't know why...........pls explain with good and simple example........i am beginner......

    also explain OOP
    Last edited by Username changed; 12-27-2013 at 06:31 AM.

  2. #2
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Many of your posts seem to be, "What is the difference between X and Y? Give some examples!"

    Perhaps this time, you can read up on those concepts yourself and explain what you think they each mean, and come to conclusions on your own. People might be more inclined to offer advice/suggestions if you show that you have tried to work it out on your own first before asking.

    You might start with:

    Procedural programming - Wikipedia, the free encyclopedia
    Object-oriented programming - Wikipedia, the free encyclopedia

  3. #3
    misoturbutc Hodor's Avatar
    Join Date
    Nov 2013
    Posts
    1,787
    Quote Originally Posted by Matticus View Post
    Many of your posts seem to be, "What is the difference between X and Y? Give some examples!"
    I suspect there is a reason for this.

  4. #4

  5. #5
    Registered User
    Join Date
    Apr 2013
    Posts
    13
    Programming procedurally means everything is based around procedures. Procedures are programs within programs. They can thus be run inside program themselves! You can also run them more then once. In this way they help in in creating reusable code. Because it allows programmers to think of larger programs as a construction of smaller programs. This help in building and managing programs. Object oriented is just the next evolution of procedural program. The main purpose that object oriented programing serves is to combine data and procedures into 'objects'. Yeah, I wish a could explain more, but I have stuff to do. Maybe another time....

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [help] Object-Oriented Programming
    By null321 in forum C++ Programming
    Replies: 4
    Last Post: 08-02-2009, 12:29 PM
  2. What is Object Oriented Programming?
    By sunrising in forum C++ Programming
    Replies: 6
    Last Post: 04-23-2008, 07:58 AM
  3. Object Oriented Programming
    By obaid in forum C++ Programming
    Replies: 5
    Last Post: 08-22-2007, 05:31 AM
  4. small programming job VCPP / Object Oriented Programming
    By calgonite in forum Projects and Job Recruitment
    Replies: 10
    Last Post: 01-04-2006, 11:48 PM
  5. Object Oriented Programming
    By eric123 in forum C++ Programming
    Replies: 6
    Last Post: 11-30-2005, 04:56 AM