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 / prakash

object oriented programming system or sw is nothing but it
is one of the programming paradigm in which a problem can
be treated as a collection of objects and these objects are
representing problems and/or sub-problems. And these
objects are communicating among them to solve the given
task.

thank you

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a try block?

1116


Will this c++ program execute or not?

1156


Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

2003


Explain how we implement exception handling in c++?

1104


Explain the difference between c++ and java.

1168


What is the use of 'using' declaration in c++?

1190


What is the difference between cin.read() and cin.getline()?

1129


What is a singleton c++?

1045


How does a copy constructor differs from an overloaded assignment operator?

1081


Describe the role of the c++ in the tradeoff of safety vs. Usability?

1271


What is stl containers in c++?

1090


Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened

1605


What is the difference between new() and malloc()?

2213


What is difference between class and structure in c++?

1245


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

6452