WHAT IS ABSTRUCT DATA TYPE ?
PLEASE EXPLAIN IT.
Answer Posted / harsh.chiks
ADT is a set of data values and operations which are
independent of it's implementations.
the best examples of ADT are STACKS,QUEUES...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can enum be null?
Can a destructor be called directly?
What is polymorphism and example?
What is the oops and benefits of oops programming?
What is abstract class in oop?
What are the three main types of variables?
What do you mean by variable?
What is difference between inheritance and polymorphism?
What is polymorphism give a real life example?
Why is oop useful?
Where is pseudocode used?
What is interface in oop?
What is coupling in oop?
Is abstract thinking intelligence?
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.