What is data abstraction? How is it different from data encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
Which bit wise operator is suitable for checking whether a particular bit is on or off?
What is prototype for that c string function?
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
What is abstract keyword in c++?
What is a loop? What are different types of loops in c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What is the difference between "overloading" and "overridding"?
What are c++ storage classes?
Are there any new intrinsic (built-in) data types?
Explain virtual functions in C++.
Why namespace is used in c++?
How do you invoke a base member function from a derived class in which you have not overridden that function?