What is the use of ‘new’ keyword in C#?
Answers
Answered by
2
When new is used to allocate memory for a C++ class object, the object's constructor is called after the memory is allocated. Use the delete operator to deallocate the memory allocated with the new operator. The following example allocates and then frees a two-dimensional array of characters of size dim by 10.
Answered by
2
Heya Mate
Python is a general-purpose coding language—which means that, unlike HTML, CSS, and JavaScript, it can be used for other types of programming and software development besides web development. That includes back end development, software development, data science and writing system scripts among other things.
Similar questions
Physics,
6 months ago
Math,
6 months ago
Hindi,
6 months ago
Computer Science,
11 months ago
Computer Science,
11 months ago
Math,
1 year ago