What does abstract data type means?
Answers were Sorted based on User's Feedback
Answer / ypp
It means ''Only decleration is there but implementation is not i.e it never use further but it can be inherit ".
| Is This Answer Correct ? | 67 Yes | 88 No |
Answer / suman aka nips
Programmer's/ User-Defined data types are called
ADT(Abstract data Type)
| Is This Answer Correct ? | 26 Yes | 72 No |
Answer / vinay
any data type which can be used without registry entry.
| Is This Answer Correct ? | 18 Yes | 76 No |
What is sequential mapping in data structure?
When ArrayIndexOutOfBoundsException occurs?
Explain in brief a linked list.
What is a directed graph?
Write a recursive c function to calculate the height of a binary tree.
What are the disadvantages of linked list?
Why it is important to have aligned addresses? What is the exception generated when there is a misaligned address?
Can arraylist contain duplicates?
Is hashmap ordered?
Explain data structure
How do you sort in ascending order in arraylist?
Write a program to reverse a single linked list.