← Back to Blog
St. Joseph's Cathedral
Objects

What is Objects?
Objects allow you to group related data and functions together. Each object can have properties and methods that define its behavior.
Real-World Application
The concept of "Objects" is used everywhere in programming. From automating repetitive tasks to making decisions based on conditions, objects is fundamental to how software works. Understanding this concept will help you become a better programmer and solve more complex problems.
Cultural Significance
Completed in 1887, St. Joseph's Cathedral showcases stunning Gothic revival architecture in the heart of Hanoi.
Available Blocks:
createObject
setProperty
getProperty
callMethod
Challenge Type:
Objects
Create an object to represent a cathedral with properties for name, year built, and architectural style.