Prepare for your Next Interview
This is a discussion on What is the abbrevation of OOPS? within the OOPS forums, part of the Software Development category; Hi, I am hundred percent sure the allabration of OOPS is Object oriented programming Synopsis. I am 100% sure it is the correct answer......... I saw all the anweres posted ...
|
|||
|
Re: What is the abbrevation of OOPS?
Hi,
I am hundred percent sure the allabration of OOPS is Object oriented programming Synopsis. I am 100% sure it is the correct answer......... I saw all the anweres posted by other members every answer is incorrect... Regards, hari prasad |
| Sponsored Links |
|
|||
|
Re: What is the abbrevation of OOPS?
Hay, this is new to me.
![]() I never heard this (Synopsis). But, it may be correct we never know....hari.nattuva, u sound confident. good ![]()
__________________
Lack of WILL POWER has caused more failure than lack of INTELLIGENCE or ABILITY. -sutnarcha- |
|
|||
|
Re: What is the abbrevation of OOPS?
Quote:
|
|
|||
|
Re: What is the abbrevation of OOPS?
Hi Raafay,
I agree with you. OOPS is 'Object Oriented Programming' Only. An 'S' is added for convenience Only. Rgds, San (sanmathi . infronic @ gmail . com) |
|
|||
|
Re: What is the abbrevation of OOPS?
oops stands for Object Oriented Programming & Systems
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 which includes data hiding, abstraction, encapsulation, polymorphism, message passing. |