What is Encapsulation in C# .NET? How to implement encapsulation in real applications?

preview_player
Показать описание
Q. What is Encapsulation?
Q. How to implement encapsulation in real applications?
Рекомендации по теме
Комментарии
Автор

I like your Teaching ❤ 1. Short (less than 10 m) 2. Explain with examples 3 . Story telling rather than hard technical definition

Mabh
Автор

This helped me understand the concept a lot. Thank you!

ShotGlassesofInk
Автор

One of the easiest example to understand this concept. Thanks

kashimoon
Автор

Hi sir.
Your videos are very useful.
Your teaching is awesome.
I give you a teaching award 🎉. Thank you for your valuable content.

ajithkumar-dtst
Автор

The greatest content on youtube. Respect 🎉🎉

govindbansal
Автор

Thank you sir for all your efforts. It was so easy to understand.

veeru
Автор

Thanks, you explain all the concept clearly!!

evelinrubifloresmallma
Автор

good explain I tried to find exact example of encapsulation but here is right place

avinashsathe
Автор

Thank you sir encapsulation conseft very impartent to interview point

kurubapavan
Автор

Hello sir, are there any videos for design patterns. Please provide us some videos for the same.

abhiranjantiwari
Автор

Thanks for detailed explanation, it will help us interview

saieshwar
Автор

Very useful information sir
Thank you for sharing

vishnuvardhan
Автор

Hi Happy suppose in a class if we use private for data field and not declare any property so its accesing within the class only. So will it be secure without binding the property?

User-Dotnet
Автор

So, just so I have this straight encapsulation requires the getter and setter to follow the methodology and to be able to call the properties and functions in other classes?

anthonyhansen
Автор

So we are violating Encapsulation here to accessing data fields without property or a method.is this approach is Insecure right?and Can I say in Interviews like Encapsulation is also a secure thing by wrapping fields with methods or properties right!?and one more doubt is we can also wrap data fields with Constructer also right!?

User-Dotnet
Автор

What does means warapping inti single unit? Can you explain in detail

ezhil
Автор

Sir, In Java do we have "get", "set" properties like we have in C# or we have to write methods like getData(), setData() .?

aliensoul
Автор

Sir can you schedule some mock interviews for freshers

akashrokade
Автор

Sir can you please make video on property vs field

piyushparmar
Автор

What is abstraction....samjha dogey chacha....toh encapsulation samjh aajaega

Anuj_sk