Answer Posted / umair

data abstraction mean definning somthing but not in detail
there are two types of data abstraction

e.g
main()
{
add();
sub();
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are pointers type-cast?

649


What are stacks?

613


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

590


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

684


List different attributes in C++?

643






What is double in c++?

561


How are virtual functions implemented in c++?

605


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

671


What is flush programming?

577


How would you use the functions memcpy(), memset(), memmove()?

624


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

591


What is this pointer in c++?

736


Why do we use iterators?

622


What do the keywords volatile and mean mutable?

608


What is c++ array?

555