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 OOPs

Answer Posted / velmurugan

Object oriented programming organizes a program around its
data, i. e. , objects and a set of well defined interfaces
to that data. An object-oriented program can be
characterized as data controlling access to code.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define pre-condition and post-condition to a member function in c++?

1195


Write a program to add three numbers in C++ utilizing classes.

1179


How can you differentiate between inheritance and implementation in c++?

1269


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

3060


What is a c++ class?

1149


What is the use of string in c++?

1072


Is c++ a dying language?

1204


Define namespace in c++?

1105


What is c++ and its uses?

1294


What is the advantage of an external iterator.

1112


Mention the storage classes in c++.

1127


How is static data member similar to a global variable?

1167


How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?

3704


Is atoi safe?

1092


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

2113