what is data Abstraction? and give example
Answer Posted / rohit kumar
abstraction is a programming technique that relies on the separation of interface and implementation
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain stack unwinding.
What is the use of setprecision in c++?
What are the various situations where a copy constructor is invoked?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What is constructor in C++?
Is c++ still in demand?
Write a program to find the Factorial of a number
What is the v-ptr?
Explain polymorphism?
How can you quickly find the number of elements stored in a dynamic array?
What is the difference between global variables and local variable
What is c++ prototype?
What does extern mean in a function declaration in c++?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)