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

Answer Posted / manjeet

The focus of procedural programming is to break down a
programming task into a collection of variables, data
structures, and subroutines.
whereas in object-oriented programming it is to break down
a programming task into objects. Either method can be valid
for accomplishing a specific programming task.

Is This Answer Correct ?    21 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by multiple inheritance?

963


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.

968


What is the advantage of oop over procedural language?

857


Templates mean

1859


Why is encapsulation used?

784


Why do we use encapsulation in oops?

769


What is encapsulation in ict?

827


What is multilevel inheritance in oop?

786


just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.

6724


to find out the minimum of two integer number of two different classes using friend function

1891


What is and I oop mean?

857


Can abstract class have normal methods?

811


What is new keyword in oops?

807


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2298


What is the purpose of polymorphism?

896