Name an advantage of array over linked list?
Answer Posted / ved prakash
1=yes
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What is oops and why we use oops?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Is oop better than procedural?
Please send ford technologies placement paper 2 my mail id
Why is there no multiple inheritance?
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 for loop and its syntax?
What is cohesion in oop?
What is polymorphism used for?
Why do we need oop?
What is an interface in oop?
What is polymorphism give a real life example?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is encapsulation with real life example?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?