Answer Posted / abu
A linked list is liner collection of data elements that are
called nodes. the linear order is maintained by using
pointer.a link list can be either liner or doubly or circular.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between procedural programming and oops?
What is interface? When and where is it used?
Can abstract class have normal methods?
Why do we need polymorphism in c#?
Can private class be inherited?
What do you mean by Encapsulation?
What is polymorphism what is it for and how is it used?
How does polymorphism work?
What are the important components of cohesion?
How do you explain polymorphism?
What is object and class in oops?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is an example of genetic polymorphism?
What is the real time example of encapsulation?
Which type does string inherit from?