what is data Abstraction? and give example
Answer Posted / amit upadhayay
abstraction is a mechanism that enables the designer to
focus the essential details of a program component with
little concern for lower level details
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define token in c++.
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is flush () in c++?
Explain the scope of resolution operator.
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
How do you establish an is-a relationship?
What are the advantages of inheritance in c++?
Describe new operator?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Which software is best for coding?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What is class and structure in c++?
How do you compile the source code with your compiler?
Why are pointers used?
Write a Program to find the largest of 4 no using macros.