Answer Posted / narendra
The concept of abstraction relates to the idea of hiding
data that is not needed for presentation. The main idea
behind data abstraction is to give a clear separation
between properties of data type and the associated
implementation details. This separation is achieved in order
that the properties of the abstract data type are visible to
the user interface and the implementation details are
hidden. Thus, abstraction forms the basic platform for the
creation of user-defined data types called objects
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
i want to know ,If a five-digit number is input through the keyboard, write a program to calculate the sum of its digits.
please answer the following question: A table contains the monthly sales data for the 12 months of a year and for the 4 sales zones where each zone has 8 districts.The table is defined in WORKING-STORAGE SECTION.What is the size of the defined table in number of bytes? write statements to calculate the total sales for each month.
int main() { int d = 10; int m = 2; int y = 3603; int c = 0; int val; val = ( d + m + y + (y/4) + c) % 7; cout << val; return 0; }
how to configure cisco router & switches plz provide me path steps?
What do you like and dislike about working for this organisation?
If memory is allocated to a class,when object of the class is created then how do we use the abstract class methods.coz v cant create obj of abstract class, only reference is created,when the abstract class data and members got the space in memory??
pls send me rrb se(s&t)questions
write a program to reverse a string using recursive function without using str functions.
What are the input documents to 1.Functional testing,2.System testing and 3.Integration testing. Whether there will be separate test cases for regression testing or functional testing?
what kind of questions generally asked for ME admission, (specially in RGPV).
What is the strongest naturally occurring material and how can it be cut?
what is the difference between VARCHAR and VARCHAR2?
what is recursion in c language?
What is the main difference between binary and counting semaphore?
Hello, I need to compare, using a cobol program, two cobol skeletons. I don't know if it is easy to do this or it will be so complicated. I wanna have your opinions. Thanks a lot