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

Answer Posted / jayasrinivas.donavalli

In Procedural Programming language the execution of
application can be step by step. That means the data can be
executed ina sequential manner but in Object oriented
languages the application executed according to the order
we wrote in the program.
that means there is no need to follow the order of
execution on OOP.
it depends on the object.

Is This Answer Correct ?    25 Yes 49 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know about multiple inheritance?

637


What is a function in oop?

627


Is abstract thinking intelligence?

592


Why oops is important?

603


What is purpose of inheritance?

643






explain sub-type and sub class? atleast u have differ it into 4 points?

1830


Which type does string inherit from?

610


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1662


which feature are not hold visual basic of oop?

1721


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.

693


Can we override main method?

603


Why is oop better than procedural?

602


What is for loop and its syntax?

596


what type of questions

1695


Can static class have constructor?

582