Answer Posted / rashid
A linked list is a linear collection of self referential
structs. LL consists of nodes connected by pointer links.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is oop better than procedural?
What is ambiguity in inheritance?
What is the difference between encapsulation and polymorphism?
What is this pointer in oop?
What is polymorphism programming?
What are different oops concepts?
What is destructor oops?
What is multilevel inheritance in oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Can private class be inherited?
Why is polymorphism used?
Can an interface inherit a class?
Plese get me a perfect C++ program for railway/airway reservation with all details.
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What causes polymorphism?