Difference between C++ and C#.net
Answer Posted / sivaraman.s
Default access Specifier is Public in c++.
Default access Specifier is Private in c#.net.
Is This Answer Correct ? | 36 Yes | 55 No |
Post New Answer View All Answers
Define delay signing?
What is a console operator?
Can abstract class be sealed?
What are the types of comments in c#?
What is generic in c#?
What is binary search tree in data structure?
What is string interpolation in c#?
What do you mean by parsing and how to parse a date time string in c#?
How jit (just in time) works?
What is encapsulation in csharp?
Is int a struct in c#?
Can we inherit a private class in c#?
How many types of serialization are there in c#?
Explain how can you clean up objects holding resources from within the code?
How do I edit a dll file?