Name an advantage of array over linked list?

Answer Posted / s.a. babu

an array can be created easily and quickly just by
declaration.

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why multiple inheritance is not allowed?

584


What are constructors in oop?

595


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

1837


What does and I oop and sksksk mean?

654


What is methods in oop?

544






can inline function declare in private part of class?

3658


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6153


What is abstraction oop?

625


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2576


What is advantage of inheritance?

690


Why do we use polymorphism?

579


What is the real time example of inheritance?

643


Why is object oriented programming so hard?

616


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4243


what is the drawback of classical methods in oops?

2920