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 concept of object oriented program?

Answer Posted / srihari

It consists of more classes

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is and I oop mean?

1275


• What are the desirable attributes for memory managment?

2279


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

2332


Which is better struts or spring?

1114


How is class defined?

1200


Are polymorphisms mutations?

1206


What is inheritance and how many types of inheritance?

1151


What is encapsulation in ict?

1117


What is meant by multiple inheritance?

1333


Prepare me a program for the animation of train

2531


What is advantage of inheritance?

1223


What is overriding vs overloading?

1109


why reinterpret cast is considered dangerous?

2448


What is the important feature of inheritance?

1187


What is byval and byref? What are differences between them?

2269