Answer Posted / parvathi

Data Abstraction increases the power of programming language
by creating user defined data types. Data Abstraction also
represents the needed information in the program without
presenting the details.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is static data member similar to a global variable?

860


Is string an object in c++?

896


Why do we use classes in c++?

825


What is the sequence of destruction of local objects?

744


. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

3037


What do you mean by const correctness?

861


What is the use of main function in c++?

765


Which one between if-else and switch is more efficient?

843


What are the 4 types of library?

869


Briefly describe a B+ tree. What is bulk loading in it?

1013


Is it possible to have a recursive inline function in c++?

790


Can we make any program in c++ without using any header file and what is the shortest program in c++.

860


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

1835


Comment on local and global scope of a variable.

909


Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

1992