Answer Posted / nashiinformaticssolutions
Similar to an array, a linked list is a linear data structure where the components aren't always kept together.
In essence, it is a series of nodes that form a chain-like structure by pointing in the direction of the next node.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When not to use object oriented programming?
Why do we use polymorphism in oops?
What is inheritance in oop?
Why is polymorphism needed?
What is polymorphism what are the different types of polymorphism?
What are the 4 main oop principles?
What is stream in oop?
What is class and object with example?
Write a program to reverse a string using recursive function?
What is encapsulation and abstraction? How are they implemented in C++?
How does polymorphism work?
What are constructors in oop?
How to hide the base class functionality in Inheritance?
what is graphics
Why do we use class in oops?