What is abstraction?

Answer Posted / sougata kr. chatterjee

The term abstaction refers hiding the inner processing of
data but it help for done the work in structured manner.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2297


Why do we use inheritance?

809


What is ambiguity in inheritance?

832


What are the 5 oop principles?

826


What are properties in oop?

796


What do you mean by abstraction?

803


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1629


Can we define a class within the interface?

782


What is the important feature of inheritance?

845


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.

2796


Can an interface inherit a class?

770


What is a null tree?

844


why reinterpret cast is considered dangerous?

2091


What is an interface in oop?

768


Why multiple inheritance is not possible?

780