What is encapsulation oop?
No Answer is Posted For this Question
Be the First to Post Answer
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 what an Interface is and how it?s different from a Class.
what are the ways in which a constructors can be called?
to find out the minimum of two integer number of two different classes using friend function
What is difference between inheritance and polymorphism?
can you explain how to use JavaBean in Project
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
Is oop better than procedural?
How to call a non virtual function in the derived class by using base class pointer
Can you explain polymorphism?
what is mean by design pattern
What is ambiguity in c++