Answer Posted / mahaveer bhaskar
no, because it uses primitive data type
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Why is polymorphism needed?
What does sksksk mean in text slang?
is there any choice in opting subjects like 4 out of 7
What is polymorphism in oops with example?
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 example?
What is class and object with example?
Who invented oop?
what are the ways in which a constructors can be called?
Why do while loop is used?
What is constructor in oop?
What is destructor oops?
What is use of overloading?
What are the features of oop?
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(); }