why oops need in programming

Answer Posted / asif khan

the major reason behind of that is OOPS provide the manupulation of data ,hides the data,security,provide reusing the defined the code without rewriting them.....

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an example of genetic polymorphism?

645


Why do we use polymorphism in oops?

575


What is the problem with multiple inheritance?

578


Which type does string inherit from?

608


What is overriding vs overloading?

580






What are main features of oop?

629


what is the sylabus for priliminaries?

1677


What is abstract class in oop?

526


What is the difference between procedural programming and oops?

548


what are the ways in which a constructors can be called?

1574


What is coupling in oops?

591


What is the importance of oop?

605


What is super in oop?

589


What is class and example?

565


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.

689