What are the main differences between procedure oriented
languages and object oriented languages?
Answer Posted / shivanand
procedure oriented language doesnot support oops.
object oriented languages support opps concept.
| Is This Answer Correct ? | 31 Yes | 50 No |
Post New Answer View All Answers
How oops is better than procedural?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Can we override main method?
Why do we use encapsulation in oops?
What is static modifier?
What is object in oop with example?
What is purpose of inheritance?
class type to basic type conversion
What is the significance of classes in oop?
How to use CMutex, CSemaphore in VC++ MFC
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Which method cannot be overridden?
What are the important components of cohesion?
What is overloading and its types?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.