Answer Posted / mayank kumar
private, protected and public
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the main purpose of inheritance law?
What is the full form of oops?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
program for insertion ,deletion,sorting in double link list
Why is abstraction used?
What are the important components of cohesion?
Why is polymorphism important in oop?
Can you explain polymorphism?
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 knight tour problem which is present in datastructure
What is stream in oop?
What does I oop mean?
Can we override main method?
Why we use classes in oop?
What is object-oriented programming? Webopedia definition