© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
16mo ago
•
5 replies
restock2009
Constructors, Classes
I have been learning about classes
, and when trying constructors in VS Code it gives my an error
, eventhough i wrote it exactly like in the course im taking
.
class Dog
(
)
{
float age
;
private Dog
(
)
{
Console
.WriteLine
(
"Guau
"
)
;
age
=42
;
}
}
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
✅ Constructors
C
C# / help
3y ago
Sloppy Constructors
C
C# / help
15mo ago
Building Constructors 101
C
C# / help
17mo ago