Answer Posted / chinni
The wrapping up of data and functions into a single unit
called encapsulation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we create object of abstract class?
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.
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Why multiple inheritance is not possible?
What is cohesion in oop?
Can we define a class within the interface?
What is polymorphism and why is it important?
What is the difference between encapsulation and polymorphism?
What is multilevel inheritance in oop?
What are the benefits of oop?
What is polymorphism used for?
Write a program to sort the number with different sorts in one program ??
What are the components of marker interface?
Why is static class not inherited?
What is polymorphism explain its types?