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
What do you know about device context?
Is post back in c#?
What is the difference between malloc () and new?
What language is c# similar to?
Which one is trusted and which one is untrusted?
Can properties be overloaded in c#?
How do you inherit a class into other class in c#?
Which operator cannot be overloaded in c sharp?
What is the main usage of keyword “virtual†? How does it work for a method or property?
Is the following code legal?
Can we instantiate abstract class in c#?
Name the two classes are required for implementing a windows service?
Explain Constructor and destructor?
What is a console file?
Is c# int immutable?