Name an advantage of array over linked list?
Answer Posted / nisha
Addresing is possible in case of arrays where as in linked list sequential address is possible
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
explain sub-type and sub class? atleast u have differ it into 4 points?
What type of loop is a for loop?
What are the 5 oop principles?
Which is better struts or spring?
What is class in oop with example?
what are the realtime excercises in C++?
What is this pointer in oop?
officer say me - i am offered to a smoking , then what can you say
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
#include
what type of question are asked in thoughtworks pair programming round ?
Is html an oop?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is inheritance write a program to show use of inheritance?
Is oop better than procedural?