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  >  Tech FAQs  >  OOPS

 Print  |  
Question:  what are the advantages of oops over traditional programming?



January 01, 2006 05:12:35 #2
 Sameeksha Microsoft Expert  Member Since: October 2005    Total Comments: 231 

RE: what are the advantages of oops over traditional p...
 
  1. OOPs is closer to real life representation of the objects which we want to program.
  2. Hierarchical relationships can be represented using inheriatnce.
  3. Data can be divided as public and private -- also we can provide interface for entering and validating data by means of class properties.
  4. Program development becomes easy due to increased modularity.
     

 

Back To Question