answersLogoWhite

0

There are many advantages to C sharp programming like: Not having to define the Headers (.h), Classes can be defined within classes, classes and functions can be defined in random order unlike C and C++, Classes and functions don't need to be declared in the program.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Example of a programming language?

C, C++, Java, C-Sharp


What programming language produces exe extensions?

C Sharp (C#)


Object oriented programming in c sharp?

Yes, C# is object orientated.


Who invented c sharp programming?

It wasn't really invented. It was designed by some Microsoft division, based on best in area tendencies to the point of time. A lot of concepts was taken directly from Java programming language.


Something about c sharp?

C sharp is an easy, modern, general-purpose, object-oriented programming language. It is set to run within Microsoft's .NET framework. Anders Hejlsberg led the development team for this program.


Where can one learn useful things in C Sharp?

You can learn useful things in C Sharp by purchasing a book on the subject. C Sharp is better known as C# and is a multi-paradigm programming language with many features. It was developed by Microsoft and they are a good source for information and learning material.


Should a beginning programmer learn C Plus Plus and then C Sharp or skip right to C Sharp?

While this is an answer based completely on opinion, I would suggest starting out with C#. C# follows in the Java tradition of making programming easy, and attempting to correct the mistakes made in designing C++. Once you've learned the basics of programming and object-oriented design, move on to learn C/C++.


What is basic concept to programming in net c-sharp?

KWYD and GIGO (Know What You're Doing and Garbage-In, Garbage-Out)


What is Microsoft c sharp?

Microsoft C# is a programming language based upon C and C++ which conforms to the Common Language Infrastructure (CLI). Other languages that conform to CLI are VB.NET and J#.


What is c and why you use?

C is a programming language, and it's mostly used for Systems Programming. Most kernels these days have at least some C code in them.


Is NET programming is update from C plus plus programming?

No. .NET programming is Microsoft-specific, similar to Java in some respects, but it is non-portable. C++ is a general purpose and cross-platform programming language.


What is the definition of c sharp programming language?

C# is a derivative of C++, designed to allow C++ programmers to take advantage of the .NET environment. Officially, it is an object oriented language that encompasses strong typing and component orientation.