Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the expansion of OOPS?

Answer Posted / maheswaran

object oriented programming system

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between static polymorphism and dynamic polymorphism?

1090


What is methods in oop?

981


Why is abstraction used?

1093


Is abstract thinking intelligence?

1053


What are functions in oop?

1056


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2287


What is the important feature of inheritance?

1143


Why is destructor used?

1023


What is the oops and benefits of oops programming?

976


Get me an image implementation program.

1985


What is object in oop with example?

1242


Explain the concepts involved in Object Oriented programming.

1242


What are the benefits of polymorphism?

1276


What is difference between multiple inheritance and multilevel inheritance?

1150


Write a program to reverse a string using recursive function?

2342