What is OOPS and How it is different from Procedural
Programming ?

Answer Posted / janet

In procedural program ,programming logic follows
certain procedures and the instructions are executed one
after another. In OOPs program,unit of program is
object,which is nothing but combination of data and code.
In procedural program,data is exposed to the whole
program where as in OOP's program ,it is accesible within
the object and which in turn assures the security of the
code.

Is This Answer Correct ?    111 Yes 38 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you overcome the diamond problem in inheritance?

741


What language is oop?

568


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?

1612


Why do we use oops?

561


program for insertion ,deletion,sorting in double link list

2261






what type of questions

1676


What type of loop is a for loop?

654


Please send ford technologies placement paper 2 my mail id

1630


What are the benefits of oop?

583


How do you use inheritance in unity?

566


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.

669


What is the full form of oops?

589


What is abstraction in oop?

608


What is polymorphism in oops?

540


Why multiple inheritance is not possible?

578