Object-oriented programming (OOPs) Question: Download OOP PDF

What is Class?

Tweet Share WhatsApp

Answer:

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)

Download OOP PDF Read All 37 OOP Questions
Previous QuestionNext Question
What is Static field?What is Object?