features of OOPS

Answer Posted / ramaiah.teepalapudi

Tme main advantages of OOPs are

1.Code reusability
2.Program code reduction

Is This Answer Correct ?    11 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the point of polymorphism?

588


What is advantage of inheritance?

690


What is polymorphism and its types?

597


What is the real time example of inheritance?

643


write string class as your own class in java without using any built-in function

1977






What is the difference between static polymorphism and dynamic polymorphism?

586


Whats oop mean?

595


What is the types of inheritance?

604


What is the purpose of enum?

583


Which is not an object oriented programming language?

544


What is new keyword in oops?

593


can we make game by using c

3429


What does oop mean in snapchat?

686


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.

699


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1990