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
What is a try block?
Will this c++ program execute or not?
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
Explain how we implement exception handling in c++?
Explain the difference between c++ and java.
What is the use of 'using' declaration in c++?
What is the difference between cin.read() and cin.getline()?
What is a singleton c++?
How does a copy constructor differs from an overloaded assignment operator?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
What is stl containers in c++?
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
What is the difference between new() and malloc()?
What is difference between class and structure in c++?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.