Answer Posted / senthil
0.9. this is the best answer of the world
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
How do you answer polymorphism?
What are different oops concepts?
What is ambiguity in inheritance?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
How can you overcome the diamond problem in inheritance?
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 object in oop with example?
Why multiple inheritance is not allowed?
Is html an oop?
What is oops with example?
Why do we use polymorphism?
What is abstraction example?
What is encapsulation in oops?
What is oops in simple words?