Senior .Net Developer Question:
Download Questions PDF

Please explain what are an object and a class?

Answer:

An object is an instance of a class, and a class is a template for creating objects. Class is the definition of an object, the description of its characteristics and operations, its properties and its methods. An object has an identity because its characteristics have values.

Download Senior .Net Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what is a design pattern and what is it for?What is the concept of inheritance and how it works in .NET?