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...

Definition of Object Oriented Programming in single line?

Answer Posted / brijesh

OOPs is the Programming language in which we intrect with
the object world.And we define our logic inside a class and
take it by object.

Is This Answer Correct ?    13 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a C++ program for booking using constructor and destructor.

2499


What is and I oop mean?

1123


What is encapsulation with real life example?

985


Can an interface inherit a class?

1023


Is data hiding and abstraction same?

973


Whats oop mean?

993


What polymorphism means?

1006


to find out the minimum of two integer number of two different classes using friend function

2085


What is new keyword in oops?

997


What are the benefits of interface?

1000


What is abstraction in oops?

990


hi all..i want to know oops concepts clearly can any1 explain??

2083


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

2233


What is the difference between inheritance and polymorphism?

1057


what are the different types of qualifier in java?

2224