Answers

Question and Answer:

  Home  OOP

⟩ What is Class?

A Class is the generic definition of what an object is a template.

The keyword class in C# indicates that we are going to define a new class (type of object)

 200 views

More Questions for you: