what is the need of abstraction? what is abstraction?what
is the abstraction for stack?
Answer Posted / vara prasad
Abstraction is nothing but binding the code and data
together to protect the code and data from out side world.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Why is oop better than procedural?
What is class and object with example?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is encapsulation process?
How do you define social class?
Why do we need polymorphism in c#?
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.
What is the difference between procedural programming and oops?
What is inheritance in oop?
What is multilevel inheritance?
Why do we use class in oops?
class type to basic type conversion
Why multiple inheritance is not possible?
Where is pseudocode used?
What is abstraction in oop?