what is data Abstraction? and give example
Answer Posted / sam
to show only the necessary information but hiding all
implementing details
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is problem with overriding functions?
What is a loop? What are different types of loops in c++?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
how to explain our contribution in the project?
What is the prototype of printf function?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What is else syntax in c++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
Give an example of run-time polymorphism/virtual functions.
What is a manipulative person?
What are guid?
What is command line arguments in C++? What are its uses? Where we have to use this?
Is java a c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00