How encapsulation and abstraction defined/used in C#.NET.
Answer Posted / siva prasad
encapculation: binding the data members and member functions
together is called
encapculation. encapculation is done through class.
abstraction: hiding the implementaion details form usage or
from view is
called abstraction.
ex:
int x;
we don't know how int will internally work. but we know int
will work.
that is abstraction.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What do u meant by "SBI" of an object?
Is it not possible to store a boolean value as a variable?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
What are delegates?
What is the difference between decimal and integer?
What is the compiler of c#?
What is attribute and reflection in c#?
What is the difference between public, static, and void?
Explain how do I get deterministic finalization in c#?
Is c# scripting language?
What is parallel programming in c#?
Can you create partial delegates and enumerations?
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.
How do I do implement a trace?
Explain the role of the datareader class in ado.net connections?