Q:

What is an object in c#?

0

What is an object?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

An object is the basic concepts of Object-Oriented programming language. It is an instance of a class through which we access the methods and attributes of that class. “New” keyword is used to create an object. A class that creates an object in memory will contain the information about the methods, variables, and behavior of that class.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What are C# attributes and their significance?... >>
<< What is C#?...