difference between abstraction and encapsulation with progarammatic eg.
hi,just recently i went for an interview .The interviewer asked what is the difference between abstraction and encapsulation with programmatic eg.
I gave the answer as
encapsulation mean hiding the relevant data which is not useful for the user, eg a electric fan .hiding the information how the electricity is converted into machanical energy.
abtraction showing only the relevant data to the user eg electric fan.
it look ,its color ,it design etc only relevant data.
Then the interviewer asked me, give me some programmic eg .I Said
Let assume a web form having control like textbox,button etc.
The user can view textbox,button etc this is the eg of abstraction
and when the user click on the button how he is redirected is not known by the user is the eg of the encapsulation.
Am I Correct .was the answer given by me is perfect .now i am planing to go for an another interview should i give the same answer.IF not please suggest me a better answer.with some good eg Please help
Answer / sachinmundhra
Your approach is correct. Encapsulation is data hiding and
abstraction is a mechanism acheived by encapsulation.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is difference between #define and const?
What do we mean by a hidden argument in C++?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is an orthogonal base class?
Pls...could any one tell me that whether we can access the public data memeber of a class from another class with in the same program. Awaiting for your response Thanku
wht is major diff b/w c and c++?
What is command routing in MFC
What is inheritance write a program to show use of inheritance?
What is the point of oop?
What is the default size allocated for array in the statement if size not specified " int a[] "
4. What do you mean by a prototype? Define analysis prototype