GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Concepts  >  OOPS

 Print  |  
Question:  difference between object-oriented programming and procedure oriented programming



October 10, 2006 00:29:23 #1
 dhivya   Member Since: Visitor    Total Comments: N/A 

RE: difference between object-oriented programming an...
 

The object oriented program deals with objects created on the basis of classes

example: java,c++..

but procedure oriented program deals with functions

example:c..

 

     

 

Back To Question