Answer Posted / raji
Java is not a pure object oriented language because it
support primitive data types( int,float,double,......). Pure
object oriented language means everything should be declared
in objects. SMALLTALK is an example for a pure object
oriented language.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
#include
Why is there no multiple inheritance?
Why do we use oops?
How oops is better than procedural?
How to improve object oriented design skills?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Can static class have constructor?
What is encapsulation in oop?
What is polymorphism give a real life example?
What is polymorphism used for?
What is pointer in oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Can we define a class within the interface?
What is encapsulation selenium?
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.