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 is uint64?
How can we sort an array in c#?
Why do we need reflection in c#?
Why we use oops in c#?
Explain copy constructor?
Explain how many types of exception handlers are there in .net?
Is c# and c same?
What are most desktop applications written in?
What is parsing?
Why is static constructor called first?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
What are the differences between static, public and void in c#?
What is get set in c#?
What is the difference between constants and read-only?
Can you inherit from multiple classes in c#?