Dot Net Lab File
Dot Net Lab File
Dot Net Lab File
Viva Voice
Ans: - '==' is like asking if two things look the same. '.Equals()'
is like asking if two things are the same on the inside.
8. How does C# handle doing multiple things at once?
Ans: - Namespaces are like folders for our code. They help
keep things organized and prevent names from clashing.