Practice & Learn

🧩 Code Challenges Hub

Test your skills with hands-on coding challenges. Choose a topic and start practicing!

28
Total
11
Topics
8
Beginner
20
Advanced

Showing 3 challenge(s)

Intermediate #5
Create a Class

Create a simple 'Person' class with a 'Name' property and an 'Introduce()' method.

ClassesAndOOP Start
Intermediate #14
Create an Object

Create an object of the Person class, set the Name to 'John', and call the Introduce() method.

ClassesAndOOP Start
Intermediate #15
Add a Constructor

Add a constructor to the Person class that takes a name parameter and sets the Name property.

ClassesAndOOP Start