Answer Posted / tejavishu
combining the data and data members into a singe unit is
called the encapsulation.
ex:class.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is interface in oop?
What is coupling in oops?
What is oops concept with example?
How to improve object oriented design skills?
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.
What is encapsulation with real life example?
How do you use inheritance in unity?
What is overloading in oop?
What is difference between abstraction and encapsulation?
What is overloading and its types?
Why is object oriented programming so hard?
Which is better struts or spring?
What causes polymorphism?
Is oop better than procedural?
can inline function declare in private part of class?