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_Lesson9 Quiz
Answer all questions to test your understanding
1
What is the difference between static and instance members in C#?
Static members belong to the class, instance members belong to objects
Static members belong to objects, instance members belong to the class
They are the same thing
Static members can only be used in static classes
2
When should you use static methods?
When the method doesn't need access to instance data
When the method needs access to instance data
When you want to create multiple instances
When you want to override the method
Submit Quiz