C# Mastery Hub
Home
Challenges
Discussion
Lessons
Core Topics
C# Fundamentals
Console Applications
Classes & OOP
Windows Forms
ASP.NET Core
SQL Server
VS & SQL Connection
RDLC Reports
.NET MAUI
Getting Started
Getting Started
Website Development
SEO Guide
Security
Project Workflow
Extra Topics
Cloud & Deployment
AWS Cloud
Deployment
About
Contact
Test Your Knowledge
ClassesAndOOP_Lesson1 Quiz
Answer all questions to test your understanding
1
What is a class in C#?
A blueprint or template for creating objects
A variable that stores data
A method that performs calculations
A type of loop
2
What is an object in C#?
A class that contains methods
An instance of a class
A type of variable
A method that returns a value
3
Which keyword is used to create an object in C#?
create
new
object
instance
Submit Quiz