Name an advantage of array over linked list?
Answer Posted / swopna
array uses static memory allocation
linkedlist uses dynamic memory allocation
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is encapsulation with real life example?
What is static in oop?
What is multilevel inheritance explain with example?
What is polymorphism what is it for and how is it used?
what type of question are asked in thoughtworks pair programming round ?
what are the different types of qualifier in java?
What is new keyword in oops?
Whats oop mean?
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 is object in oop with example?
What is and I oop mean?
What is abstraction oop?
can inline function declare in private part of class?
Why is polymorphism important in oop?
What is a class oop?