Answer Posted / vinay sharma
It is technik give to think of real word in term of object.
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
What is oops concept with example?
What is polymorphism and why is it important?
What is ambiguity in inheritance?
write a program that takes input in digits and display the result in words from 1 to 1000
What is the main feature of oop?
what is different between oops and c++
#include
What is the difference between a constructor and a destructor?
Plese get me a perfect C++ program for railway/airway reservation with all details.
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is variable example?
Why is abstraction needed?
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.
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Why is oop better than procedural?