What are the three main types of variables?
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.
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why is there no multiple inheritance?
explain sub-type and sub class? atleast u have differ it into 4 points?
why c++ is called OOPS? waht is inherutance? what is compiler?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Why we use classes in oop?
define oops with class and object
i^=j; j^=i; i^=j; value of i,j
what is the technical or oop name of object?
How to calculate the age from the date of birth by using the program?
Write a program to sort the number with different sorts in one program ??