Answer Posted / wizards

The main idea of data abstratcion is to give clear
seperation between properties of data and implementation
details. This results the properties of the data types are
visible to the user interface and hides implementation details.

Is This Answer Correct ?    41 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

2063


What is the best c c++ compiler for windows?

557


Can I have a reference as a data member of a class? If yes, then how do I initialise it?

698


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

2088


What is :: operator in c++?

569






What information can an exception contain?

660


Explain virtual class and friend class.

594


What is the difference between strcpy() and strncpy()?

604


Specify some guidelines that should be followed while overloading operators?

614


What are the various operations performed on stack?

625


Why struct is used in c++?

616


What is polymorphism & list its types in c++?

611


Can we sort map in c++?

587


what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?

1744


Do you know about C++ 11 standard?

630