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:  What is OOPS?

Answer: OOP is the common abbreviation for Object-Oriented Programming. 


September 09, 2005 15:36:39 #3
 Aashish Renpaurkar   Member Since: Visitor    Total Comments: N/A 

RE: What is OOPS?
 
- Organize a program around its data (object)& set well define interface to that data. i.e. objects and a set of well defined interfaces to that data
     

 

Back To Question