
- C# Basic Tutorial
- C# - Home
- C# - Overview
- C# - Environment
- C# - Program Structure
- C# - Basic Syntax
- C# - Data Types
- C# - Type Conversion
- C# - Variables
- C# - Constants
- C# - Operators
- C# - Decision Making
- C# - Loops
- C# - Encapsulation
- C# - Methods
- C# - Nullables
- C# - Arrays
- C# - Strings
- C# - Structure
- C# - Enums
- C# - Classes
- C# - Inheritance
- C# - Polymorphism
- C# - Operator Overloading
- C# - Interfaces
- C# - Namespaces
- C# - Preprocessor Directives
- C# - Regular Expressions
- C# - Exception Handling
- C# - File I/O
- C# Advanced Tutorial
- C# - Attributes
- C# - Reflection
- C# - Properties
- C# - Indexers
- C# - Delegates
- C# - Events
- C# - Collections
- C# - Generics
- C# - Anonymous Methods
- C# - Unsafe Codes
- C# - Multithreading
- C# Useful Resources
- C# - Questions and Answers
- C# - Quick Guide
- C# - Useful Resources
- C# - Discussion
What are the C++ features missing in C#?
C# is a simple, modern, general-purpose, object-oriented programming language developed by Microsoft within its .NET initiative led by Anders Hejlsberg.
C++ is a middle-level programming language developed by Bjarne Stroustrup starting in 1979 at Bell Labs. C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.
The following are some of the features of C++ missing in C# −
In C#, Multiple Inheritance is not possible, whereas C++ can easily implement Multiple Inheritance.
In C++, you need to manage memory manually and must allocate and deallocate memory for your objects.
C++ can create standalone applications, whereas C# cannot.
The test variable cannot be a string in a switch statement in C#.
C++ is a programming language that runs on all platforms, whereas C# is rarely implemented outside Windows.
- Related Articles
- What are C++ features missing in Java?
- What are generic features in C#?
- What are the hidden features of C#?
- Missing Ranges in C++
- What are the features of ODBC?
- What are the features of MQTT?
- What are the new features in MySQL 8.0
- What are the new features in Swift 4.0?
- What are the features that are added in MySQL 8.0?
- C++ Programming Language Features
- Hidden features of C++
- What are the key features of Java?
- What are the main features of JDBC?
- What are the Features of Perl Language?
- What are the main features of MySQL?
