Practice & Learn
🧩 Code Challenges Hub
Test your skills with hands-on coding challenges. Choose a topic and start practicing!
Intermediate
ClassesAndOOP
#5
Create a Class
Create a simple 'Person' class with a 'Name' property and an 'Introduce()' method.
💡 Hint:
Use public class Person