Name an advantage of array over linked list?
Answer Posted / swopna
array uses static memory allocation
linkedlist uses dynamic memory allocation
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Can we define a class within the interface?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Why is object oriented programming so hard?
Why do we use oop?
How to improve object oriented design skills?
officer say me - i am offered to a smoking , then what can you say
What is the difference between static polymorphism and dynamic polymorphism?
what type of questions
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
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?
What is the purpose of enum?
Why is polymorphism used?
What is a class oop?
What is new keyword in oops?
What is class encapsulation?